fix: only automerge when then is two approvals

This commit is contained in:
Thomas Vigouroux 2021-07-18 19:12:02 +02:00 committed by Stephan Seitz
parent 97f15c5c85
commit 7d00a39466

2
.github/mergify.yml vendored
View file

@ -12,7 +12,7 @@ pull_request_rules:
conditions: conditions:
- and: - and:
- "-draft" - "-draft"
- "#approved-reviews-by>=1" - "#approved-reviews-by>=2"
- "#review-requested=0" - "#review-requested=0"
actions: actions:
merge: merge: