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 20, 2024
1 parent 12fdf94 commit b75b8fd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
queue_rules:
- name: default
conditions:
- "#approved-reviews-by>1"

pull_request_rules:
- name: automerge to main with label "automerge" and branch protection passing
conditions:
queue_conditions:
- "#approved-reviews-by>1"
- base=main
- label=automerge
actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
merge_conditions:
- "#approved-reviews-by>1"
merge_method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
pull_request_rules:
- name: backport patches to main branch
conditions:
- label=backport/main
Expand All @@ -39,3 +35,7 @@ pull_request_rules:
backport:
branches:
- release/v0.19.x
- name: refactored queue action rule
conditions: []
actions:
queue:

0 comments on commit b75b8fd

Please sign in to comment.