Mergeable
The mergeable requirement will prevent applies unless a pull request is able to be merged. In GitHub, if you’re not using Protected Branches then all pull requests are mergeable unless there is a conflict.There is a known issue that would
cause the “mergability” check to conflict if you set the digger/apply check as required on github. We are working on a fix and in the meantime you have an option to turn off the mergability check if you want to have this digger/apply check as required. You can turn it off in the workflow configuration
by setting the
skip_merge_check
flag as follows (we have to set the other configurations since they are currently required):