File tree 1 file changed +19
-15
lines changed
1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,22 @@ pull_request_rules:
13
13
label :
14
14
add :
15
15
- make
16
- - name : Automatically backport to v4.0 .x based on label
16
+ - name : Automatically backport to v4.1 .x based on label
17
17
conditions :
18
18
- 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
19
32
- label=backport-v4.0.x
20
33
- label!=backport-v3.13.x
21
34
- label!=backport-v3.12.x
@@ -25,22 +38,23 @@ pull_request_rules:
25
38
- v4.0.x
26
39
assignees :
27
40
- " {{ 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
29
42
conditions :
30
43
- base=main
44
+ - label=backport-v4.1.x
31
45
- label=backport-v4.0.x
32
- - label=backport-v3.13.x
33
46
actions :
34
47
backport :
35
48
branches :
36
- - v4.0 .x
49
+ - v4.1 .x
37
50
labels :
38
- - backport-v3.13 .x
51
+ - backport-v4.0 .x
39
52
assignees :
40
53
- " {{ author }}"
41
54
- name : Automatically backport to v3.13.x based on label
42
55
conditions :
43
56
- base=v4.0.x
57
+ - label!=backport-v4.1.x
44
58
- label=backport-v3.13.x
45
59
- label!=backport-v3.12.x
46
60
actions :
@@ -49,13 +63,3 @@ pull_request_rules:
49
63
- v3.13.x
50
64
assignees :
51
65
- " {{ 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 }}"
You can’t perform that action at this time.
0 commit comments