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 12, 2024
1 parent a1eb267 commit 010032c
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,37 @@ queue_rules:
- name: default
allow_inplace_checks: false
queue_conditions:
- '#check-failure = 0'
- '#check-pending = 0'
- check-success ~= ci-app-
- check-success ~= ci-app-lint
- check-success ~= ci-app-test
- check-success ~= ci-app-launch-dev
- check-success = test-prod-node20 / build-prod
- check-success = test-prod-node20 / launch-prod
- -check-failure ~= ci-app-
- -check-failure ~= ci-slackbot-
merge_conditions:
- '#check-failure = 0'
- '#check-pending = 0'
- check-success ~= ci-app-
- check-success ~= test-prod-node20 /
- check-success ~= ci-app-lint
- check-success ~= ci-app-test
- check-success ~= ci-app-launch-dev
- check-success = test-prod-node20 / build-prod
- check-success = test-prod-node20 / launch-prod
- check-success ~= test-prod-node20 / run-playwright
- -check-failure ~= ci-app-
- -check-failure ~= ci-slackbot-
- -check-failure ~= test-prod-node20 /

pull_request_rules:
- name: Automatic queue to merge
conditions:
- '#approved-reviews-by >= 1'
- '#review-requested = 0'
- check-success = "check-title"
- check-success = check-title
actions:
queue:

- name: Automatic merge for Preparing next version
conditions:
- author = github-actions[bot]
- label = "type/prepare-next-version"
- label = type/prepare-next-version
actions:
merge:
method: merge

0 comments on commit 010032c

Please sign in to comment.