Browse Source

update mergify.yml

Yuki Takei 1 year ago
parent
commit
7aefc2f75f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/mergify.yml

+ 1 - 1
.github/mergify.yml

@@ -2,6 +2,7 @@ queue_rules:
   - name: default
   - name: default
     allow_inplace_checks: false
     allow_inplace_checks: false
     queue_conditions:
     queue_conditions:
+      - "#check-failure=0"
       - check-success = "check-title"
       - check-success = "check-title"
       - or:
       - or:
         - and:
         - and:
@@ -12,7 +13,6 @@ queue_rules:
             - check-success = "ci-app-test (20.x)"
             - check-success = "ci-app-test (20.x)"
             - check-success = "ci-app-launch-dev (20.x)"
             - check-success = "ci-app-launch-dev (20.x)"
     merge_conditions:
     merge_conditions:
-      - check-success = "check-title"
       - "#check-failure=0"
       - "#check-failure=0"
       - or:
       - or:
         - and:
         - and: