File tree Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ pull_request_rules:
2424 To fixup this pull request, you need to add the backport labels for the needed
2525 branches, such as:
2626 * `backport-8./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit.
27- * `backport-8.x` is the label to automatically backport to the `8.x` branch.
2827 * If no backport is necessary, please add the `backport-skip` label
2928
3029 - name : remove backport-skip label
@@ -47,21 +46,6 @@ pull_request_rules:
4746 message : |
4847 This pull request has not been merged yet. Could you please review and merge it @{{ assignee | join(', @') }}? 🙏
4948
50- - name : backport patches to 8.x branch
51- conditions :
52- - merged
53- - base=main
54- - label=backport-8.x
55- actions :
56- backport :
57- assignees :
58- - " {{ author }}"
59- branches :
60- - " 8.x"
61- labels :
62- - " backport"
63- title : " [{{ destination_branch }}] {{ title }} (backport #{{ number }})"
64-
6549 - name : backport patches to 8.16 branch
6650 conditions :
6751 - merged
@@ -107,6 +91,16 @@ pull_request_rules:
10791 - " backport"
10892 title : " [{{ destination_branch }}] {{ title }} (backport #{{ number }})"
10993
94+ - name : backport patches to 8.19 branch
95+ conditions :
96+ - merged
97+ - base=main
98+ - label=backport-8.19
99+ actions :
100+ backport :
101+ branches :
102+ - " 8.19"
103+
110104 - name : backport patches to 9.0 branch
111105 conditions :
112106 - merged
You can’t perform that action at this time.
0 commit comments