-
Notifications
You must be signed in to change notification settings - Fork 21
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
7bf28ce
commit 00a327e
Showing
1 changed file
with
19 additions
and
18 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,29 +1,30 @@ | ||
queue_rules: | ||
- name: default | ||
conditions: | ||
- name: duplicated default from automatic merge for Dependabot pull requests on | ||
master | ||
queue_conditions: | ||
- base=master | ||
- "#approved-reviews-by>=1" | ||
- label=ready-to-merge | ||
- status-success=run_build_pipeline | ||
- author=dependabot[bot] | ||
- status-success=run_build_pipeline | ||
- base=master | ||
|
||
|
||
pull_request_rules: | ||
- name: Automatic merge for approved PRs labelled as ready | ||
conditions: | ||
merge_conditions: [] | ||
merge_method: merge | ||
- name: default | ||
queue_conditions: | ||
- base=master | ||
- "#approved-reviews-by>=1" | ||
- label=ready-to-merge | ||
- status-success=run_build_pipeline | ||
actions: | ||
queue: | ||
name: default | ||
method: merge | ||
|
||
- name: automatic merge for Dependabot pull requests on master | ||
conditions: | ||
- author=dependabot[bot] | ||
merge_conditions: | ||
- status-success=run_build_pipeline | ||
- base=master | ||
merge_method: merge | ||
|
||
pull_request_rules: | ||
- name: Automatic merge for approved PRs labelled as ready + automatic merge for | ||
Dependabot pull requests on master | ||
conditions: [] | ||
actions: | ||
queue: | ||
name: default | ||
method: merge | ||
|