Skip to content

Commit c791e51

Browse files
Tweak mergify.yml for 4.2.x
1 parent 232d968 commit c791e51

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/mergify.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ pull_request_rules:
1010
conditions:
1111
- base=main
1212
- label=backport-v4.2.x
13-
- label!=backport-v4.1.x
14-
- label!=backport-v4.0.x
15-
- label!=backport-v3.13.x
1613
actions:
1714
backport:
1815
branches:
@@ -21,10 +18,8 @@ pull_request_rules:
2118
- "{{ author }}"
2219
- name: Automatically backport to v4.1.x based on label
2320
conditions:
24-
- base=main
21+
- base=v4.2.x
2522
- label=backport-v4.1.x
26-
- label!=backport-v4.0.x
27-
- label!=backport-v3.13.x
2823
actions:
2924
backport:
3025
branches:

0 commit comments

Comments
 (0)