Trying to see if there is a way to not auto-merge a change.
We have auto-merging configured on a repository. On occasion, a use case comes up where the following happens:
release/1.1 is in PRODUCTION and needs to be patched, but
release/1.2 has the same feature being completely rewritten
We don't want certain PRs being auto-merged.
Is there a way to indicate somewhere that a particular PR should not be auto-merged?