Skip to content

Commit

Permalink
updated mergify conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
kan-bayashi committed Oct 13, 2021
1 parent 577e467 commit 48587ae
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ pull_request_rules:
- name: automatic merge if label=auto-merge
conditions:
- "label=auto-merge"
- "status-success=linter_and_test (ubuntu-18.04, 3.7, 1.3.1, 6.0.0, false)"
- "status-success=linter_and_test (ubuntu-18.04, 3.7, 1.4.0, 6.0.0, false)"
- "status-success=linter_and_test (ubuntu-18.04, 3.7, 1.5.1, 6.0.0, false)"
- "status-success=linter_and_test (ubuntu-18.04, 3.7, 1.6.0, 6.0.0, false)"
- "status-success=linter_and_test (ubuntu-18.04, 3.7, 1.7.1, 6.0.0, false)"
- "status-success=linter_and_test (ubuntu-18.04, 3.7, 1.8.1, 6.0.0, false)"
- "status-success=linter_and_test (ubuntu-18.04, 3.7, 1.9.0, 6.0.0, false)"
- "status-success=linter_and_test (ubuntu-20.04, 3.8, 1.8.1, false, 6.0.0)"
- "check-success=linter_and_test (ubuntu-18.04, 3.7, 1.3.1, 6.0.0, 1.2.dev20210726+cpu, false)"
- "check-success=linter_and_test (ubuntu-18.04, 3.7, 1.4.0, 6.0.0, 1.2.dev20210726+cpu, false)"
- "check-success=linter_and_test (ubuntu-18.04, 3.7, 1.5.1, 6.0.0, 1.2.dev20210726+cpu, false)"
- "check-success=linter_and_test (ubuntu-18.04, 3.7, 1.6.0, 6.0.0, 1.2.dev20210726+cpu, false)"
- "check-success=linter_and_test (ubuntu-18.04, 3.7, 1.7.1, 6.0.0, 1.2.dev20210726+cpu, false)"
- "check-success=linter_and_test (ubuntu-18.04, 3.7, 1.8.1, 6.0.0, 1.2.dev20210726+cpu, false)"
- "check-success=linter_and_test (ubuntu-18.04, 3.7, 1.9.0, 6.0.0, 1.2.dev20210726+cpu, false)"
- "check-success=linter_and_test (ubuntu-20.04, 3.8, 1.8.1, 1.2.dev20210726+cpu, false, 6.0.0)"
- "check-success=linter_and_test (ubuntu-20.04, 3.9, 1.8.1, 1.2.dev20210726+cpu, false, 6.0.0)"
- "check-success=linter_and_test"
actions:
merge:
method: merge
Expand Down

0 comments on commit 48587ae

Please sign in to comment.