mergeable icon indicating copy to clipboard operation
mergeable copied to clipboard

Merge only if clean by default

Open Alexander-Shukaev opened this issue 1 year ago • 0 comments

https://github.com/mergeability/mergeable/blob/62481abcaa15166f21a75b375310912080922564/lib/actions/merge.js#L12

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).

See #395 too.

Alexander-Shukaev avatar Jul 12 '24 03:07 Alexander-Shukaev