Skip to content

Commit 0dafe70

Browse files
committed
Attempt to correct Mergify config for cascaded backports
1 parent 16a22f0 commit 0dafe70

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/mergify.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,26 @@ pull_request_rules:
1717
conditions:
1818
- base=master
1919
- label=backport-v3.9.x
20+
- label!=backport-v3.8.x
2021
actions:
2122
backport:
2223
branches:
2324
- v3.9.x
2425
assignees:
2526
- "{{ author }}"
27+
- name: Automatically backport to v3.9.x & v3.8.x based on labels
28+
conditions:
29+
- base=master
30+
- label=backport-v3.9.x
31+
- label=backport-v3.8.x
32+
actions:
33+
backport:
34+
branches:
35+
- v3.9.x
36+
labels:
37+
- backport-v3.8.x
38+
assignees:
39+
- "{{ author }}"
2640
- name: Automatically backport to v3.8.x based on label
2741
conditions:
2842
- base=v3.9.x

0 commit comments

Comments
 (0)