ci: added backport to main-hotfix ci
This commit is contained in:
parent
d9f0b067ca
commit
c63bb16704
10
.mergify.yml
10
.mergify.yml
@ -24,6 +24,16 @@ pull_request_rules:
|
|||||||
assignees:
|
assignees:
|
||||||
- "{{ author }}"
|
- "{{ author }}"
|
||||||
|
|
||||||
|
- name: backport to main-hotfix
|
||||||
|
conditions:
|
||||||
|
- label="backport main-hotfix"
|
||||||
|
actions:
|
||||||
|
backport:
|
||||||
|
branches:
|
||||||
|
- main-hotfix
|
||||||
|
assignees:
|
||||||
|
- "{{ author }}"
|
||||||
|
|
||||||
- name: backport to main
|
- name: backport to main
|
||||||
conditions:
|
conditions:
|
||||||
- label="backport main"
|
- label="backport main"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user