-
Notifications
You must be signed in to change notification settings - Fork 12
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
f717e7f
commit 4339a9b
Showing
1 changed file
with
11 additions
and
12 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,24 +1,23 @@ | ||
--- | ||
queue_rules: | ||
- name: default | ||
conditions: | ||
queue_conditions: | ||
- label=ready-to-merge | ||
- '#approved-reviews-by>=1' | ||
- status-success~=^Test python | ||
- status-success~=^Build & publish package to pypi | ||
- status-success~=^Build docs on ubuntu-latest | ||
- status-success~=^Build docs on macos-latest | ||
- status-success~=docs/readthedocs.org | ||
merge_conditions: | ||
- check-success~=^Test python | ||
- check-success~=^Build & publish package to pypi | ||
- check-success~=^Build docs on ubuntu-latest | ||
- check-success~=^Build docs on macos-latest | ||
- check-success~=docs/readthedocs.org | ||
merge_method: rebase | ||
|
||
pull_request_rules: | ||
- name: automatic merge | ||
conditions: | ||
- label=ready-to-merge | ||
- '#approved-reviews-by>=1' | ||
- status-success~=^Test python | ||
- status-success~=^Build & publish package to pypi | ||
- status-success~=^Build docs on ubuntu-latest | ||
- status-success~=^Build docs on macos-latest | ||
- status-success~=docs/readthedocs.org | ||
conditions: [] | ||
actions: | ||
queue: | ||
method: rebase | ||
name: default |