From b3bf5b99ca79cc6814de35a16a1dd2f4cc1eb8f6 Mon Sep 17 00:00:00 2001 From: Manuel Mendez Date: Thu, 4 Jun 2020 13:27:13 -0400 Subject: [PATCH] Remove unnecessary merge status-success condition 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 --- .mergify.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 6574b89a1..6cb97e413 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -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