From 51f5f43ce1d76824373013c311f44cccc606c9cb Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 30 Jul 2020 15:06:48 +0200 Subject: [PATCH] Don't automerge WIP labeled PRs --- .mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mergify.yml b/.mergify.yml index df16bc4e..137dad9b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -6,6 +6,7 @@ pull_request_rules: - "#approved-reviews-by>=1" - base=master - label=automerge + - label!=WIP # We need to list them all individually. Here is why: https://doc.mergify.io/conditions.html#validating-all-status-check - "status-success=ci/circleci: build" - "status-success=ci/circleci: coverage"