Skip to content

Commit

Permalink
Remove unnecessary merge status-success condition
Browse files Browse the repository at this point in the history
According to the [docs][1] we can do away with a status check since
github already blocks the merge when we have branch protection in place.

[1]: https://doc.mergify.io/examples.html#automatic-merge-when-ci-works-and-approving-reviews
  • Loading branch information
mmlb committed Jun 4, 2020
1 parent 547bf95 commit b3bf5b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ pull_request_rules:
- "#approved-reviews-by>=1"
- label=ready-to-merge
- label!=hold-off-merging
- status-success=CI / build
actions:
merge:
commit_message: title+body

0 comments on commit b3bf5b9

Please sign in to comment.