-
Notifications
You must be signed in to change notification settings - Fork 81
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
668609f
commit bfe3f82
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,26 +1,25 @@ | ||
queue_rules: | ||
- name: default | ||
merge_method: merge | ||
conditions: | ||
- check-success~=Build & Test - Nixpkgs - .* | ||
- check-success~=Build & Test - Examples \(.*\) | ||
|
||
pull_request_rules: | ||
- name: merge using the merge queue | ||
conditions: | ||
queue_conditions: | ||
- base=master | ||
- check-success~=Build & Test - Nixpkgs - .* | ||
- check-success~=Build & Test - Examples \(.*\) | ||
- "#approved-reviews-by>=1" | ||
- "label=merge-queue" | ||
actions: | ||
queue: | ||
name: default | ||
method: merge | ||
merge_conditions: | ||
- check-success~=Build & Test - Nixpkgs - .* | ||
- check-success~=Build & Test - Examples \(.*\) | ||
merge_method: merge | ||
|
||
pull_request_rules: | ||
- name: remove from merge-queue after merge | ||
conditions: | ||
- merged | ||
actions: | ||
label: | ||
remove: | ||
- "merge-queue" | ||
- name: refactored queue action rule | ||
conditions: [] | ||
actions: | ||
queue: |