-
Notifications
You must be signed in to change notification settings - Fork 36
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
31918a0
commit 1a48c7c
Showing
1 changed file
with
12 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,23 +1,23 @@ | ||
queue_rules: | ||
- name: default | ||
conditions: | ||
# Conditions to get out of the queue (= merged) | ||
- check-success=lint | ||
- check-success=test | ||
|
||
pull_request_rules: | ||
- name: Automatic merge on approval | ||
conditions: | ||
queue_conditions: | ||
- base=main | ||
- "#approved-reviews-by>=1" | ||
- "#changes-requested-reviews-by=0" | ||
- check-success='lint' | ||
- check-success='test' | ||
- label!=do-not-merge | ||
- label=ready-to-merge | ||
merge_conditions: | ||
# Conditions to get out of the queue (= merged) | ||
- check-success=lint | ||
- check-success=test | ||
merge_method: merge | ||
commit_message_template: | | ||
{{ title }} (#{{ number }}) | ||
pull_request_rules: | ||
- name: refactored queue action rule | ||
conditions: [] | ||
actions: | ||
queue: | ||
method: merge | ||
name: default | ||
commit_message_template: | | ||
{{ title }} (#{{ number }}) |