-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(mergify): upgrade configuration to current format
- Loading branch information
1 parent
7aa3e1b
commit 20c6c42
Showing
1 changed file
with
72 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,78 @@ | ||
queue_rules: | ||
- name: default | ||
conditions: | ||
- status-success=DCO | ||
- status-success=Pre-commit checks | ||
- status-success=Diff-cover check | ||
- status-success=Integration Tests (f40) | ||
- status-success=Integration Tests (f41) | ||
- status-success=Unit Tests (f40, bodhi-client) | ||
- status-success=Unit Tests (f40, bodhi-messages) | ||
- status-success=Unit Tests (f40, bodhi-server) | ||
- status-success=Unit Tests (f41, bodhi-client) | ||
- status-success=Unit Tests (f41, bodhi-messages) | ||
- status-success=Unit Tests (f41, bodhi-server) | ||
- status-success=Unit Tests (pip, bodhi-client) | ||
- status-success=Unit Tests (pip, bodhi-messages) | ||
- status-success=Unit Tests (pip, bodhi-server) | ||
- status-success=Build Documentation (f40) | ||
- status-success=Build Documentation (f41) | ||
- status-success=Build Documentation (pip) | ||
|
||
queue_conditions: | ||
- label!=WIP | ||
- -draft | ||
- approved-reviews-by=@fedora-infra/bodhi | ||
- "#changes-requested-reviews-by=0" | ||
- status-success=DCO | ||
- status-success=Pre-commit checks | ||
- status-success=Diff-cover check | ||
- status-success=Integration Tests (f40) | ||
- status-success=Integration Tests (f41) | ||
- status-success=Unit Tests (f40, bodhi-client) | ||
- status-success=Unit Tests (f40, bodhi-messages) | ||
- status-success=Unit Tests (f40, bodhi-server) | ||
- status-success=Unit Tests (f41, bodhi-client) | ||
- status-success=Unit Tests (f41, bodhi-messages) | ||
- status-success=Unit Tests (f41, bodhi-server) | ||
- status-success=Unit Tests (pip, bodhi-client) | ||
- status-success=Unit Tests (pip, bodhi-messages) | ||
- status-success=Unit Tests (pip, bodhi-server) | ||
- status-success=Build Documentation (f40) | ||
- status-success=Build Documentation (f41) | ||
- status-success=Build Documentation (pip) | ||
merge_conditions: | ||
- status-success=DCO | ||
- status-success=Pre-commit checks | ||
- status-success=Diff-cover check | ||
- status-success=Integration Tests (f40) | ||
- status-success=Integration Tests (f41) | ||
- status-success=Unit Tests (f40, bodhi-client) | ||
- status-success=Unit Tests (f40, bodhi-messages) | ||
- status-success=Unit Tests (f40, bodhi-server) | ||
- status-success=Unit Tests (f41, bodhi-client) | ||
- status-success=Unit Tests (f41, bodhi-messages) | ||
- status-success=Unit Tests (f41, bodhi-server) | ||
- status-success=Unit Tests (pip, bodhi-client) | ||
- status-success=Unit Tests (pip, bodhi-messages) | ||
- status-success=Unit Tests (pip, bodhi-server) | ||
- status-success=Build Documentation (f40) | ||
- status-success=Build Documentation (f41) | ||
- status-success=Build Documentation (pip) | ||
merge_method: rebase | ||
|
||
pull_request_rules: | ||
- name: backport 8.0 | ||
actions: | ||
backport: | ||
branches: | ||
- '8.0' | ||
conditions: | ||
- label!=WIP | ||
- -draft | ||
- label=8.0-backports | ||
|
||
- name: default | ||
actions: | ||
queue: | ||
method: rebase | ||
name: default | ||
conditions: | ||
- label!=WIP | ||
- -draft | ||
- approved-reviews-by=@fedora-infra/bodhi | ||
- "#changes-requested-reviews-by=0" | ||
- status-success=DCO | ||
- status-success=Pre-commit checks | ||
- status-success=Diff-cover check | ||
- status-success=Integration Tests (f40) | ||
- status-success=Integration Tests (f41) | ||
- status-success=Unit Tests (f40, bodhi-client) | ||
- status-success=Unit Tests (f40, bodhi-messages) | ||
- status-success=Unit Tests (f40, bodhi-server) | ||
- status-success=Unit Tests (f41, bodhi-client) | ||
- status-success=Unit Tests (f41, bodhi-messages) | ||
- status-success=Unit Tests (f41, bodhi-server) | ||
- status-success=Unit Tests (pip, bodhi-client) | ||
- status-success=Unit Tests (pip, bodhi-messages) | ||
- status-success=Unit Tests (pip, bodhi-server) | ||
- status-success=Build Documentation (f40) | ||
- status-success=Build Documentation (f41) | ||
- status-success=Build Documentation (pip) | ||
|
||
- name: backport 8.0 | ||
actions: | ||
backport: | ||
branches: | ||
- '8.0' | ||
conditions: | ||
- label!=WIP | ||
- -draft | ||
- label=8.0-backports | ||
|
||
- name: backport 8.1 | ||
actions: | ||
backport: | ||
branches: | ||
- '8.1' | ||
conditions: | ||
- label!=WIP | ||
- -draft | ||
- label=8.1-backports | ||
- name: backport 8.1 | ||
actions: | ||
backport: | ||
branches: | ||
- '8.1' | ||
conditions: | ||
- label!=WIP | ||
- -draft | ||
- label=8.1-backports | ||
|
||
- name: backport 8.2 | ||
actions: | ||
backport: | ||
branches: | ||
- '8.2' | ||
conditions: | ||
- label!=WIP | ||
- -draft | ||
- label=8.2-backports | ||
- name: backport 8.2 | ||
actions: | ||
backport: | ||
branches: | ||
- '8.2' | ||
conditions: | ||
- label!=WIP | ||
- -draft | ||
- label=8.2-backports | ||
- name: default | ||
conditions: [] | ||
actions: | ||
queue: |