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:
6
6
label :
7
7
add :
8
8
- make
9
- - name : Automatically backport to v4.1 .x based on label
9
+ - name : Automatically backport to v4.2 .x based on label
10
10
conditions :
11
11
- base=main
12
- - label=backport-v4.1.x
12
+ - label=backport-v4.2.x
13
+ - label!=backport-v4.1.x
13
14
- label!=backport-v4.0.x
14
15
- 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
28
16
actions :
29
17
backport :
30
18
branches :
31
- - v4.0 .x
19
+ - v4.2 .x
32
20
assignees :
33
21
- " {{ 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
35
23
conditions :
36
24
- base=main
37
25
- label=backport-v4.1.x
38
- - label=backport-v4.0.x
26
+ - label!=backport-v4.0.x
27
+ - label!=backport-v3.13.x
39
28
actions :
40
29
backport :
41
30
branches :
42
31
- v4.1.x
43
- labels :
44
- - backport-v4.0.x
45
32
assignees :
46
33
- " {{ author }}"
47
- - name : Automatically backport to v3.13 .x based on label
34
+ - name : Automatically backport to v4.0 .x based on label
48
35
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
53
38
actions :
54
39
backport :
55
40
branches :
56
- - v3.13 .x
41
+ - v4.0 .x
57
42
assignees :
58
43
- " {{ author }}"
You can’t perform that action at this time.
0 commit comments