Tweak mergify.yml for 4.2.x
This commit is contained in:
parent
232d96840a
commit
c791e518e1
|
@ -10,9 +10,6 @@ pull_request_rules:
|
||||||
conditions:
|
conditions:
|
||||||
- base=main
|
- base=main
|
||||||
- label=backport-v4.2.x
|
- label=backport-v4.2.x
|
||||||
- label!=backport-v4.1.x
|
|
||||||
- label!=backport-v4.0.x
|
|
||||||
- label!=backport-v3.13.x
|
|
||||||
actions:
|
actions:
|
||||||
backport:
|
backport:
|
||||||
branches:
|
branches:
|
||||||
|
@ -21,10 +18,8 @@ pull_request_rules:
|
||||||
- "{{ author }}"
|
- "{{ author }}"
|
||||||
- name: Automatically backport to v4.1.x based on label
|
- name: Automatically backport to v4.1.x based on label
|
||||||
conditions:
|
conditions:
|
||||||
- base=main
|
- base=v4.2.x
|
||||||
- label=backport-v4.1.x
|
- label=backport-v4.1.x
|
||||||
- label!=backport-v4.0.x
|
|
||||||
- label!=backport-v3.13.x
|
|
||||||
actions:
|
actions:
|
||||||
backport:
|
backport:
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in New Issue