File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,37 +6,13 @@ pull_request_rules:
66 label :
77 add :
88 - make
9- - name : Automatically backport to v4.3.x (with cascade to v4.2.x)
9+ - name : Automatically backport to v4.3.x based on label
1010 conditions :
1111 - base=main
1212 - label=backport-v4.3.x
13- - label=backport-v4.2.x
1413 actions :
1514 backport :
1615 branches :
1716 - v4.3.x
1817 assignees :
1918 - " {{ author }}"
20- labels :
21- - backport-v4.2.x
22- - name : Automatically backport to v4.3.x (without cascade)
23- conditions :
24- - base=main
25- - label=backport-v4.3.x
26- - label!=backport-v4.2.x
27- actions :
28- backport :
29- branches :
30- - v4.3.x
31- assignees :
32- - " {{ author }}"
33- - name : Automatically backport to v4.2.x based on label
34- conditions :
35- - base=v4.3.x
36- - label=backport-v4.2.x
37- actions :
38- backport :
39- branches :
40- - v4.2.x
41- assignees :
42- - " {{ author }}"
You can’t perform that action at this time.
0 commit comments