summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-07-18 18:51:25 +0200
committerThomas Vigouroux <tomvig38@gmail.com>2021-07-18 19:24:57 +0200
commit6dc6a68aca1d0ddc0ed82e1554aa3317ff7d4d34 (patch)
treee4389bc06b64c7e62132927093799bf192cc20cc /.github
parent50af926d81231a24c0a5bc0be383e2574b0be78a (diff)
fix(mergify): only merge when there is no review requests
Diffstat (limited to '.github')
-rw-r--r--.github/mergify.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
index d0393cd7..827f5ecb 100644
--- a/.github/mergify.yml
+++ b/.github/mergify.yml
@@ -12,8 +12,8 @@ pull_request_rules:
conditions:
- and:
- "-draft"
- - "#check-failure=0"
- "#approved-reviews-by>=1"
+ - "#review-requested=0"
actions:
merge:
method: rebase