Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format (#2571)
Browse files Browse the repository at this point in the history
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] authored Nov 27, 2024
1 parent 1a2b727 commit b8c2bcc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- check-success=all
- label=automerge
- base=main
- "#changes-requested-reviews-by=0"
- "#approved-reviews-by>=1"

pull_request_rules:
- name: automatic merge when CI passes on main
conditions:
merge_conditions:
- check-success=all
- label=automerge
- base=main
- "#changes-requested-reviews-by=0"
- "#approved-reviews-by>=1"
merge_method: squash

pull_request_rules:
- name: automatic merge when CI passes on main
conditions: []
actions:
queue:
name: default
method: squash

0 comments on commit b8c2bcc

Please sign in to comment.