-
Notifications
You must be signed in to change notification settings - Fork 84
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
1e3edb0
commit 586133d
Showing
1 changed file
with
8 additions
and
8 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,16 +1,16 @@ | ||
queue_rules: | ||
- name: default | ||
conditions: | ||
- check-success=All CI tasks complete | ||
|
||
pull_request_rules: | ||
- name: Automatic merge on approval | ||
conditions: | ||
queue_conditions: | ||
- "#approved-reviews-by>=1" | ||
- base=master | ||
- label=ready-to-merge | ||
- check-success=All CI tasks complete | ||
merge_conditions: | ||
- check-success=All CI tasks complete | ||
merge_method: squash | ||
|
||
pull_request_rules: | ||
- name: refactored queue action rule | ||
conditions: [] | ||
actions: | ||
queue: | ||
name: default | ||
method: squash |