File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ pull_request_rules:
2525 - " backport"
2626 branches :
2727 - " main"
28- title : " [{{ destination_branch }}] {{ title }} (backport #{{ number }})"
28+ title : " [{{ destination_branch }}] {{ title }} (backport #{{ number }})"
2929 - name : backport patches to 8.x branch
3030 conditions :
3131 - merged
32- - label=v8.18 .0
32+ - label=v8.19 .0
3333 actions :
3434 backport :
3535 assignees :
@@ -39,6 +39,19 @@ pull_request_rules:
3939 title : " [{{ destination_branch }}] {{ title }} (backport #{{ number }})"
4040 labels :
4141 - backport
42+ - name : backport patches to 8.18 branch
43+ conditions :
44+ - merged
45+ - label=v8.18.0
46+ actions :
47+ backport :
48+ assignees :
49+ - " {{ author }}"
50+ branches :
51+ - " 8.18"
52+ title : " [{{ destination_branch }}] {{ title }} (backport #{{ number }})"
53+ labels :
54+ - backport
4255 - name : backport patches to 8.17 branch
4356 conditions :
4457 - merged
You can’t perform that action at this time.
0 commit comments