Skip to content

Commit

Permalink
update mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Sep 6, 2024
1 parent ed9d0cb commit ca1717e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)"
Expand All @@ -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:
Expand Down

0 comments on commit ca1717e

Please sign in to comment.