-
Notifications
You must be signed in to change notification settings - Fork 29
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
6363a9f
commit 414ba4f
Showing
1 changed file
with
37 additions
and
32 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,40 +1,45 @@ | ||
queue_rules: | ||
- name: duplicated default from automatic merge backports from Mergify | ||
queue_conditions: | ||
- label!=work-in-progress | ||
- '#approved-reviews-by>=1' | ||
- check-success=test (docs-gnocchi-web) | ||
- check-success=test (build) | ||
- check-success=test (pep8) | ||
- check-success=test (py38) | ||
- check-success=test (py39) | ||
- check-success=test (py311) | ||
- base~=^stable/.* | ||
- label!=work-in-progress | ||
- author=mergify[bot] | ||
merge_conditions: [] | ||
merge_method: merge | ||
method: merge | ||
- name: default | ||
conditions: | ||
- check-success=test (docs-gnocchi-web) | ||
- check-success=test (build) | ||
- check-success=test (pep8) | ||
- check-success=test (py38) | ||
- check-success=test (py39) | ||
- check-success=test (py311) | ||
queue_conditions: | ||
- label!=work-in-progress | ||
- '#approved-reviews-by>=1' | ||
- check-success=test (docs-gnocchi-web) | ||
- check-success=test (build) | ||
- check-success=test (pep8) | ||
- check-success=test (py38) | ||
- check-success=test (py39) | ||
- check-success=test (py311) | ||
merge_conditions: | ||
- check-success=test (docs-gnocchi-web) | ||
- check-success=test (build) | ||
- check-success=test (pep8) | ||
- check-success=test (py38) | ||
- check-success=test (py39) | ||
- check-success=test (py311) | ||
merge_method: merge | ||
|
||
pull_request_rules: | ||
- name: automatic merge | ||
actions: | ||
queue: | ||
method: merge | ||
name: default | ||
conditions: | ||
- label!=work-in-progress | ||
- '#approved-reviews-by>=1' | ||
- check-success=test (docs-gnocchi-web) | ||
- check-success=test (build) | ||
- check-success=test (pep8) | ||
- check-success=test (py38) | ||
- check-success=test (py39) | ||
- check-success=test (py311) | ||
|
||
- name: automatic merge backports from Mergify | ||
actions: | ||
queue: | ||
method: merge | ||
name: default | ||
conditions: | ||
- base~=^stable/.* | ||
- label!=work-in-progress | ||
- author=mergify[bot] | ||
|
||
- name: dismiss reviews on additional commit | ||
actions: | ||
dismiss_reviews: {} | ||
conditions: [] | ||
- name: automatic merge + automatic merge backports from Mergify | ||
conditions: [] | ||
actions: | ||
queue: |