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 committed by Stephan Seitz
parent c8b32028bc
commit 97f15c5c85

2
.github/mergify.yml vendored
View file

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