From 7d00a39466f0422bea352378c3851196e353c878 Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Sun, 18 Jul 2021 19:12:02 +0200 Subject: [PATCH] fix: only automerge when then is two approvals --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 827f5ecb8..dd730b8ca 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -12,7 +12,7 @@ pull_request_rules: conditions: - and: - "-draft" - - "#approved-reviews-by>=1" + - "#approved-reviews-by>=2" - "#review-requested=0" actions: merge: