@@ -18,7 +18,7 @@ pull_request_rules:
18
18
- name : backport patches to 8.17 branch
19
19
conditions :
20
20
- merged
21
- - base=main
21
+ - base=8.18
22
22
- label=backport-8.17
23
23
actions :
24
24
backport :
@@ -32,7 +32,7 @@ pull_request_rules:
32
32
- name : backport patches to 8.16 branch
33
33
conditions :
34
34
- merged
35
- - base=main
35
+ - base=8.18
36
36
- label=backport-8.16
37
37
actions :
38
38
backport :
@@ -46,7 +46,7 @@ pull_request_rules:
46
46
- name : backport patches to 8.15 branch
47
47
conditions :
48
48
- merged
49
- - base=main
49
+ - base=8.18
50
50
- label=backport-8.15
51
51
actions :
52
52
backport :
@@ -60,7 +60,7 @@ pull_request_rules:
60
60
- name : backport patches to 8.14 branch
61
61
conditions :
62
62
- merged
63
- - base=main
63
+ - base=8.18
64
64
- label=backport-8.14
65
65
actions :
66
66
backport :
@@ -74,7 +74,7 @@ pull_request_rules:
74
74
- name : backport patches to 8.13 branch
75
75
conditions :
76
76
- merged
77
- - base=main
77
+ - base=8.18
78
78
- label=backport-8.13
79
79
actions :
80
80
backport :
@@ -88,7 +88,7 @@ pull_request_rules:
88
88
- name : backport patches to 8.12 branch
89
89
conditions :
90
90
- merged
91
- - base=main
91
+ - base=8.18
92
92
- label=backport-8.12
93
93
actions :
94
94
backport :
@@ -102,7 +102,7 @@ pull_request_rules:
102
102
- name : backport patches to 8.11 branch
103
103
conditions :
104
104
- merged
105
- - base=main
105
+ - base=8.18
106
106
- label=backport-8.11
107
107
actions :
108
108
backport :
@@ -116,7 +116,7 @@ pull_request_rules:
116
116
- name : backport patches to 8.10 branch
117
117
conditions :
118
118
- merged
119
- - base=main
119
+ - base=8.18
120
120
- label=backport-8.10
121
121
actions :
122
122
backport :
@@ -130,7 +130,7 @@ pull_request_rules:
130
130
- name : backport patches to 8.9 branch
131
131
conditions :
132
132
- merged
133
- - base=main
133
+ - base=8.18
134
134
- label=backport-8.9
135
135
actions :
136
136
backport :
@@ -144,7 +144,7 @@ pull_request_rules:
144
144
- name : backport patches to 8.8 branch
145
145
conditions :
146
146
- merged
147
- - base=main
147
+ - base=8.18
148
148
- label=backport-8.8
149
149
actions :
150
150
backport :
@@ -158,7 +158,7 @@ pull_request_rules:
158
158
- name : backport patches to 8.7 branch
159
159
conditions :
160
160
- merged
161
- - base=main
161
+ - base=8.18
162
162
- label=backport-8.7
163
163
actions :
164
164
backport :
@@ -172,7 +172,7 @@ pull_request_rules:
172
172
- name : backport patches to 8.6 branch
173
173
conditions :
174
174
- merged
175
- - base=main
175
+ - base=8.18
176
176
- label=backport-8.6
177
177
actions :
178
178
backport :
@@ -186,7 +186,7 @@ pull_request_rules:
186
186
- name : backport patches to 8.5 branch
187
187
conditions :
188
188
- merged
189
- - base=main
189
+ - base=8.18
190
190
- label=backport-8.5
191
191
actions :
192
192
backport :
@@ -200,7 +200,7 @@ pull_request_rules:
200
200
- name : backport patches to 8.4 branch
201
201
conditions :
202
202
- merged
203
- - base=main
203
+ - base=8.18
204
204
- label=backport-8.4
205
205
actions :
206
206
backport :
@@ -214,7 +214,7 @@ pull_request_rules:
214
214
- name : backport patches to 8.3 branch
215
215
conditions :
216
216
- merged
217
- - base=main
217
+ - base=8.18
218
218
- label=backport-8.3
219
219
actions :
220
220
backport :
@@ -228,7 +228,7 @@ pull_request_rules:
228
228
- name : backport patches to 8.2 branch
229
229
conditions :
230
230
- merged
231
- - base=main
231
+ - base=8.18
232
232
- label=backport-8.2
233
233
actions :
234
234
backport :
@@ -242,7 +242,7 @@ pull_request_rules:
242
242
- name : backport patches to 8.1 branch
243
243
conditions :
244
244
- merged
245
- - base=main
245
+ - base=8.18
246
246
- label=backport-8.1
247
247
actions :
248
248
backport :
@@ -256,7 +256,7 @@ pull_request_rules:
256
256
- name : backport patches to 8.0 branch
257
257
conditions :
258
258
- merged
259
- - base=main
259
+ - base=8.18
260
260
- label=backport-8.0
261
261
actions :
262
262
backport :
@@ -270,7 +270,7 @@ pull_request_rules:
270
270
- name : backport patches to 7.17 branch
271
271
conditions :
272
272
- merged
273
- - base=main
273
+ - base=8.18
274
274
- label=backport-7.17
275
275
actions :
276
276
backport :
0 commit comments