-
Notifications
You must be signed in to change notification settings - Fork 59
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 (#212)
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
54b54f1
commit 7f598a8
Showing
1 changed file
with
10 additions
and
10 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,23 +1,23 @@ | ||
queue_rules: | ||
- name: automerge | ||
conditions: | ||
- check-success=Deprecation_Messages_and_Coverage (3.8) | ||
|
||
pull_request_rules: | ||
- name: automatic merge on CI success and review | ||
conditions: | ||
queue_conditions: | ||
- check-success=Deprecation_Messages_and_Coverage (3.8) | ||
- "#approved-reviews-by>=1" | ||
- label=automerge | ||
- label!=on hold | ||
actions: | ||
queue: | ||
name: automerge | ||
method: squash | ||
merge_conditions: | ||
- check-success=Deprecation_Messages_and_Coverage (3.8) | ||
merge_method: squash | ||
|
||
pull_request_rules: | ||
- name: backport | ||
conditions: | ||
- label=stable backport potential | ||
actions: | ||
backport: | ||
branches: | ||
- stable/0.3 | ||
- name: refactored queue action rule | ||
conditions: [] | ||
actions: | ||
queue: |