Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Nov 25, 2024
1 parent 7bf28ce commit 00a327e
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions .mergify.yml
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

0 comments on commit 00a327e

Please sign in to comment.