Nobody wants to wait for their code to get in.
Write finer-grained conditions in your Mergify configuration. Define which checks are mandatory, the number of reviews required, etc, to get a pull request mergeable.
Write your rules in YAML. You can match a pull request on any criteria: branch, author, labels, etc.
Then uses the merge
action to trigger a git merge
as soon as the pull request is ready. We support a ton of merge workflow.
Mergify updates the pull request status in real-time and informs you about which criteria match. As soon as your condition is validated, Mergify merges the pull request using the method you specified.
Or check out our documentation for more details.