File tree Expand file tree Collapse file tree 1 file changed +11
-26
lines changed Expand file tree Collapse file tree 1 file changed +11
-26
lines changed Original file line number Diff line number Diff line change @@ -6,53 +6,38 @@ pull_request_rules:
66 label :
77 add :
88 - make
9- - name : Automatically backport to v4.1 .x based on label
9+ - name : Automatically backport to v4.2 .x based on label
1010 conditions :
1111 - base=main
12- - label=backport-v4.1.x
12+ - label=backport-v4.2.x
13+ - label!=backport-v4.1.x
1314 - label!=backport-v4.0.x
1415 - label!=backport-v3.13.x
15- - label!=backport-v3.12.x
16- actions :
17- backport :
18- branches :
19- - v4.1.x
20- assignees :
21- - " {{ author }}"
22- - name : Automatically backport to v4.0.x based on label
23- conditions :
24- - base=v4.1.x
25- - label=backport-v4.0.x
26- - label!=backport-v3.13.x
27- - label!=backport-v3.12.x
2816 actions :
2917 backport :
3018 branches :
31- - v4.0 .x
19+ - v4.2 .x
3220 assignees :
3321 - " {{ author }}"
34- - name : Automatically backport to v4.1.x & v4.0.x based on label
22+ - name : Automatically backport to v4.1.x based on label
3523 conditions :
3624 - base=main
3725 - label=backport-v4.1.x
38- - label=backport-v4.0.x
26+ - label!=backport-v4.0.x
27+ - label!=backport-v3.13.x
3928 actions :
4029 backport :
4130 branches :
4231 - v4.1.x
43- labels :
44- - backport-v4.0.x
4532 assignees :
4633 - " {{ author }}"
47- - name : Automatically backport to v3.13 .x based on label
34+ - name : Automatically backport to v4.0 .x based on label
4835 conditions :
49- - base=v4.0.x
50- - label!=backport-v4.1.x
51- - label=backport-v3.13.x
52- - label!=backport-v3.12.x
36+ - base=v4.1.x
37+ - label=backport-v4.0.x
5338 actions :
5439 backport :
5540 branches :
56- - v3.13 .x
41+ - v4.0 .x
5742 assignees :
5843 - " {{ author }}"
You can’t perform that action at this time.
0 commit comments