mergeable
mergeable copied to clipboard
Mergeable check using mergeable.yml from main for PR to another branch
We have a PR (https://github.com/protocolbuffers/protobuf/pull/11174) that fails the mergeable check in main, even though the PR is to 21.x with a different mergeable.yml. Ideally, we would like to configure main's mergeable.yml check to only be applied in the main branch, or set up a separate configuration for other branches that is always passing.
Per https://github.com/mergeability/mergeable/pull/110, it seems the intended behavior for mergeable is to use the mergeable.yml from the head branch of the PR which is what we want, but doesn't seem to be happening.