summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-07-18 19:12:02 +0200
committerThomas Vigouroux <tomvig38@gmail.com>2021-07-18 19:24:57 +0200
commit647f81638e1ce73dfeaa91e5d29c23432aa14539 (patch)
tree2a5906c9c8d2a08af89219b4418f8659c0e79e4a
parent6dc6a68aca1d0ddc0ed82e1554aa3317ff7d4d34 (diff)
fix: only automerge when then is two approvals
-rw-r--r--.github/mergify.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
index 827f5ecb..dd730b8c 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: