chore: Update .mergify.yml #13840
This commit is contained in:
parent
d66b7fa189
commit
f8353f8a7b
16
.mergify.yml
16
.mergify.yml
@ -16,6 +16,14 @@ pull_request_rules:
|
||||
commit_message_template: |
|
||||
{{ title }} (#{{ number }})
|
||||
{{ body }}
|
||||
- name: backport patches to v0.47.x branch
|
||||
conditions:
|
||||
- base=main
|
||||
- label=backport/0.47.x
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- release/v0.47.x
|
||||
- name: backport patches to v0.46.x branch
|
||||
conditions:
|
||||
- base=main
|
||||
@ -40,11 +48,3 @@ pull_request_rules:
|
||||
backport:
|
||||
branches:
|
||||
- release/v0.44.x
|
||||
- name: backport patches to v0.42.x branch
|
||||
conditions:
|
||||
- base=main
|
||||
- label=backport/0.42.x (Stargate)
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- release/v0.42.x
|
||||
|
||||
Loading…
Reference in New Issue
Block a user