automerge-action icon indicating copy to clipboard operation
automerge-action copied to clipboard

Support UPDATE_METHOD=none

Open yajo opened this issue 5 years ago • 4 comments

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.

yajo avatar Jun 05 '20 09:06 yajo

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

karfau avatar Jun 05 '20 09:06 karfau

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

pascalgn avatar Jun 05 '20 10:06 pascalgn

Oh seems legit. Maybe that should be documented...

yajo avatar Jun 05 '20 19:06 yajo

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.

renefritze avatar Nov 18 '20 15:11 renefritze