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 28, 2024
1 parent 69a655b commit 2be6f57
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
queue_rules:
- name: default
conditions:
- -draft # not a draft
- base=main

pull_request_rules:
- name: Automatic merge on approval and when when GitHub branch protection passes on main
conditions:
queue_conditions:
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by<1"
- -draft
- base=main
- label!=dependencies
merge_conditions:
- -draft # not a draft
- base=main
merge_method: merge

pull_request_rules:
- name: Automatic merge on approval and when when GitHub branch protection passes
on main
conditions: []
actions:
queue:
method: merge
name: default

0 comments on commit 2be6f57

Please sign in to comment.