ci(mergify): upgrade configuration to current format (#22626)
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
fdb7688804
commit
bb58fc6c1b
26
.mergify.yml
26
.mergify.yml
@ -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=A:automerge
|
||||
actions:
|
||||
queue:
|
||||
name: default
|
||||
method: squash
|
||||
commit_message_template: |
|
||||
{{ title }} (#{{ number }})
|
||||
{{ body }}
|
||||
merge_conditions:
|
||||
- "#approved-reviews-by>1"
|
||||
commit_message_template: |
|
||||
{{ title }} (#{{ number }})
|
||||
{{ body }}
|
||||
merge_method: squash
|
||||
|
||||
pull_request_rules:
|
||||
- name: backport patches to v0.52.x branch
|
||||
conditions:
|
||||
- base=main
|
||||
@ -56,3 +52,7 @@ pull_request_rules:
|
||||
backport:
|
||||
branches:
|
||||
- release/v0.45.x
|
||||
- name: automerge to main with label automerge and branch protection passing
|
||||
conditions: []
|
||||
actions:
|
||||
queue:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user