mergeable
mergeable copied to clipboard
Merge only if clean by default
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.