fix(mergify): only merge when there is no review requests

This commit is contained in:
Thomas Vigouroux 2021-07-18 18:51:25 +02:00
parent 50af926d81
commit 6dc6a68aca

2
.github/mergify.yml vendored
View file

@ -12,8 +12,8 @@ pull_request_rules:
conditions: conditions:
- and: - and:
- "-draft" - "-draft"
- "#check-failure=0"
- "#approved-reviews-by>=1" - "#approved-reviews-by>=1"
- "#review-requested=0"
actions: actions:
merge: merge:
method: rebase method: rebase