-
Notifications
You must be signed in to change notification settings - Fork 156
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
e39947d
commit 53c853f
Showing
1 changed file
with
7 additions
and
9 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,14 @@ | ||
queue_rules: | ||
- name: default | ||
queue_conditions: | ||
- base=master | ||
- label~=merge-queue|dependencies | ||
merge_conditions: | ||
- check-success=buildbot/nix-build | ||
defaults: | ||
actions: | ||
queue: | ||
merge_method: rebase | ||
merge_method: rebase | ||
|
||
pull_request_rules: | ||
- name: merge using the merge queue | ||
conditions: | ||
- base=master | ||
- label~=merge-queue|dependencies | ||
- name: refactored queue action rule | ||
conditions: [] | ||
actions: | ||
queue: | ||
|