Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am coping #206

Open
RickyTheRacc opened this issue Jan 16, 2023 · 5 comments
Open

I am coping #206

RickyTheRacc opened this issue Jan 16, 2023 · 5 comments

Comments

@RickyTheRacc
Copy link

Trying to make it just automatically merge every PR no matter what labels or anything it has, but this doesn't work, any idea why and how I would go about fixing it?
image

@pascalgn
Copy link
Owner

We need some more information here, for example links to workflows where it wasn't running as expected, or output copied from the workflows

@rbren
Copy link

rbren commented Feb 21, 2023

+1--MERGE_LABELS="" doesn't seem to works as documented.

I just copied the vanilla config, and added MERGE_LABELS: ""

@pascalgn
Copy link
Owner

This might be because MERGE_LABELS: "" might be treated as if no merge labels config is set, and then it uses the default setting. Try MERGE_LABELS: "!x" (merge every PR that does not have the x label set), I think it will work 👍

@ifosch
Copy link

ifosch commented Oct 23, 2023

We're facing the same issue. Using MERGE_LABELS="!x" doesn't work either. Apparently, automerge action still requires the automerge label to be set:

2023-10-23T14:10:38.439Z INFO  Skipping PR update, required label missing: automerge

@ifosch
Copy link

ifosch commented Oct 23, 2023

We have this working: Apparently, the problem is missing the default UPDATE_LABEL. When we set this environment variable to "", then everything seems to work well
FYI @RickyTheRacc @rbren

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants