Yuki Takei 1 год назад
Родитель
Сommit
ca1717e96e
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      .github/mergify.yml

+ 3 - 3
.github/mergify.yml

@@ -2,7 +2,7 @@ queue_rules:
   - name: default
     allow_inplace_checks: false
     queue_conditions:
-      - "#check-failure=0"
+      - '#check-failure = 0'
       - check-success = "check-title"
       - or:
         - and:
@@ -13,7 +13,7 @@ queue_rules:
             - check-success = "ci-app-test (20.x)"
             - check-success = "ci-app-launch-dev (20.x)"
     merge_conditions:
-      - "#check-failure=0"
+      - '#check-failure = 0'
       - or:
         - and:
             - check-success = "ci-slackbot-proxy-lint (20.x)"
@@ -38,7 +38,7 @@ pull_request_rules:
     conditions:
       - author = dependabot[bot]
       - '#approved-reviews-by >= 1'
-      - "#check-failure=0"
+      - '#check-failure = 0'
       - check-success = "check-title"
     actions:
       merge: