Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format (#4420)
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 21, 2024
1 parent 29b8145 commit ecce935
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- "#approved-reviews-by>1"
- base=main
merge_conditions:
- "#approved-reviews-by>1"
merge_method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
pull_request_rules:
- name: automerge to main with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- base=main
actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v28.x.y branch
conditions:
- base=main
Expand All @@ -31,3 +27,7 @@ pull_request_rules:
backport:
branches:
- release/v29.x.y
- name: refactored queue action rule
conditions: []
actions:
queue:

0 comments on commit ecce935

Please sign in to comment.