chore: Update .mergify.yml #13840
This commit is contained in:
+8
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user