diff --git a/.github/mergify.yml b/.github/mergify.yml index 6b2320bfdb9..2420838ca3a 100644 --- a/.github/mergify.yml +++ b/.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: