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

Support UPDATE_METHOD=none #86

Open
yajo opened this issue Jun 5, 2020 · 4 comments
Open

Support UPDATE_METHOD=none #86

yajo opened this issue Jun 5, 2020 · 4 comments
Labels
good first issue Good for newcomers

Comments

@yajo
Copy link

yajo commented Jun 5, 2020

If I set up "Require branches to be up to date before merging" in the repo, then this action keeps rebasing my PRs, which would be cool if that could retrigger the checks. However, since that's impossible, this becomes more a problem than a help, as it leaves my PR in a waiting forever status.

Would it be possible to disable this feature? Passing UPDATE_METHOD=none for example.

@karfau
Copy link

karfau commented Jun 5, 2020

That's an interesting idea, thx for coming up with it!

@pascalgn
Copy link
Owner

pascalgn commented Jun 5, 2020

You should be able to set UPDATE_LABELS: "disable" (or some other value, basically a label that isn't used), which should disable the update logic

@yajo
Copy link
Author

yajo commented Jun 5, 2020 via email

yajo pushed a commit to Tecnativa/doodba-copier-template that referenced this issue Jun 8, 2020
github-actions bot pushed a commit to Tecnativa/doodba-copier-template that referenced this issue Jun 8, 2020
@pascalgn pascalgn added the good first issue Good for newcomers label Sep 29, 2020
@renefritze
Copy link

You should be able to set UPDATE_LABELS: "disable" (or some other value, basically a label that isn't used), which should disable the update logic

For me setting this actually disables the automerge functionality too.

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

No branches or pull requests

4 participants