You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should rather check mergeable for true and mergeable_state for "clean" (all checks passed, not just required ones as per not "blocked") to get behavior similar to GH automerge and what one would typically expect as do the right thing/least harm...
I would also suggest a new option to instead of direct merging, just automatically enable GH automerge (Renovate bot does the same thing).
mergeable/lib/actions/merge.js
Line 12 in 62481ab
should rather check
mergeable
fortrue
andmergeable_state
for"clean"
(all checks passed, not just required ones as per not"blocked"
) to get behavior similar to GH automerge and what one would typically expect as do the right thing/least harm...I would also suggest a new option to instead of direct merging, just automatically enable GH automerge (Renovate bot does the same thing).
See #395 too.
The text was updated successfully, but these errors were encountered: