Skip to content

Commit

Permalink
mergify: update tox27 test name
Browse files Browse the repository at this point in the history
With the change in b5a895d, the Python
2.7 test has a unique name. Update Mergify's configuration to act on the
new test name.
  • Loading branch information
ktdreyer committed Oct 13, 2023
1 parent 15e8678 commit f5ad61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
queue_rules:
- name: default
conditions:
- status-success=tox (2.7, ubuntu-20.04)
- status-success=tox27
- status-success=tox (3.6, ubuntu-20.04)
- status-success=tox (3.9, ubuntu-latest)
- status-success=integration-tests (ga)
Expand All @@ -11,7 +11,7 @@ pull_request_rules:
- name: automatic merge for master when CI passes
conditions:
- author=ktdreyer
- status-success=tox (2.7, ubuntu-20.04)
- status-success=tox27
- status-success=tox (3.6, ubuntu-20.04)
- status-success=tox (3.9, ubuntu-latest)
- status-success=integration-tests (ga)
Expand Down

0 comments on commit f5ad61b

Please sign in to comment.