-
Notifications
You must be signed in to change notification settings - Fork 64
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
e141911
commit 68c68b5
Showing
1 changed file
with
22 additions
and
23 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,35 +1,34 @@ | ||
queue_rules: | ||
- name: default | ||
conditions: | ||
- status-success=verify | ||
|
||
pull_request_rules: | ||
- name: automatic merge for Dependabot pull requests | ||
conditions: | ||
- name: duplicated default from automatic merge for ready-to-merge pull requests | ||
queue_conditions: | ||
- author~=^dependabot(|-preview)\[bot\]$ | ||
- status-success=verify | ||
actions: | ||
queue: | ||
method: rebase | ||
name: default | ||
|
||
- name: automatic merge for ready-to-merge pull requests | ||
conditions: | ||
- author~=^edgedalmacio$ | ||
- status-success=verify | ||
- label=ready-to-merge | ||
actions: | ||
queue: | ||
method: rebase | ||
name: default | ||
|
||
- name: automatic merge for merge-on-weekend pull requests | ||
conditions: | ||
merge_conditions: [] | ||
merge_method: rebase | ||
- name: duplicated default from automatic merge for merge-on-weekend pull requests | ||
queue_conditions: | ||
- author~=^dependabot(|-preview)\[bot\]$ | ||
- status-success=verify | ||
- author~=^edgedalmacio$ | ||
- status-success=verify | ||
- label=merge-on-weekend | ||
- schedule=Sat-Sun 08:00-16:00[Asia/Manila] | ||
merge_conditions: [] | ||
merge_method: rebase | ||
- name: default | ||
queue_conditions: | ||
- author~=^dependabot(|-preview)\[bot\]$ | ||
- status-success=verify | ||
merge_conditions: | ||
- status-success=verify | ||
merge_method: rebase | ||
|
||
pull_request_rules: | ||
- name: automatic merge for Dependabot pull requests + automatic merge for merge-on-weekend | ||
pull requests + automatic merge for ready-to-merge pull requests | ||
conditions: [] | ||
actions: | ||
queue: | ||
method: rebase | ||
name: default |