Skip to content

Commit a4f9bab

Browse files
Update Mergify for v4.1.x
Pair: @the-mikedavis (cherry picked from commit 1af6c4d)
1 parent 211fc5b commit a4f9bab

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

.github/mergify.yml

+19-15
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,22 @@ pull_request_rules:
1313
label:
1414
add:
1515
- make
16-
- name: Automatically backport to v4.0.x based on label
16+
- name: Automatically backport to v4.1.x based on label
1717
conditions:
1818
- base=main
19+
- label=backport-v4.1.x
20+
- label!=backport-v4.0.x
21+
- label!=backport-v3.13.x
22+
- label!=backport-v3.12.x
23+
actions:
24+
backport:
25+
branches:
26+
- v4.1.x
27+
assignees:
28+
- "{{ author }}"
29+
- name: Automatically backport to v4.0.x based on label
30+
conditions:
31+
- base=v4.1.x
1932
- label=backport-v4.0.x
2033
- label!=backport-v3.13.x
2134
- label!=backport-v3.12.x
@@ -25,22 +38,23 @@ pull_request_rules:
2538
- v4.0.x
2639
assignees:
2740
- "{{ author }}"
28-
- name: Automatically backport to v4.0.x & v3.13.x based on label
41+
- name: Automatically backport to v4.1.x & v4.0.x based on label
2942
conditions:
3043
- base=main
44+
- label=backport-v4.1.x
3145
- label=backport-v4.0.x
32-
- label=backport-v3.13.x
3346
actions:
3447
backport:
3548
branches:
36-
- v4.0.x
49+
- v4.1.x
3750
labels:
38-
- backport-v3.13.x
51+
- backport-v4.0.x
3952
assignees:
4053
- "{{ author }}"
4154
- name: Automatically backport to v3.13.x based on label
4255
conditions:
4356
- base=v4.0.x
57+
- label!=backport-v4.1.x
4458
- label=backport-v3.13.x
4559
- label!=backport-v3.12.x
4660
actions:
@@ -49,13 +63,3 @@ pull_request_rules:
4963
- v3.13.x
5064
assignees:
5165
- "{{ author }}"
52-
- name: Automatically backport to v3.12.x based on label
53-
conditions:
54-
- base=v3.13.x
55-
- label=backport-v3.12.x
56-
actions:
57-
backport:
58-
branches:
59-
- v3.12.x
60-
assignees:
61-
- "{{ author }}"

0 commit comments

Comments
 (0)