@@ -104,9 +104,9 @@ pull_request_rules:
104
104
- automerge
105
105
comment :
106
106
message : automerge label removed due to a CI failure
107
- - name : v2.0 feature-gate backport
107
+ - name : v2.1 feature-gate backport
108
108
conditions :
109
- - label=v2.0
109
+ - label=v2.1
110
110
- label=feature-gate
111
111
actions :
112
112
backport :
@@ -117,21 +117,21 @@ pull_request_rules:
117
117
labels :
118
118
- feature-gate
119
119
branches :
120
- - v2.0
121
- - name : v2.0 non-feature-gate backport
120
+ - v2.1
121
+ - name : v2.1 non-feature-gate backport
122
122
conditions :
123
- - label=v2.0
123
+ - label=v2.1
124
124
- label!=feature-gate
125
125
actions :
126
126
backport :
127
127
assignees : *BackportAssignee
128
128
title : " {{ destination_branch }}: {{ title }} (backport of #{{ number }})"
129
129
ignore_conflicts : true
130
130
branches :
131
- - v2.0
132
- - name : v2.0 backport warning comment
131
+ - v2.1
132
+ - name : v2.1 backport warning comment
133
133
conditions :
134
- - label=v2.0
134
+ - label=v2.1
135
135
actions :
136
136
comment :
137
137
message : >
@@ -142,9 +142,9 @@ pull_request_rules:
142
142
refactoring, plumbing, cleanup, etc that are not strictly
143
143
necessary to achieve the goal. Any of the latter should go only
144
144
into master and ride the normal stabilization schedule.
145
- - name : v2.1 feature-gate backport
145
+ - name : v2.2 feature-gate backport
146
146
conditions :
147
- - label=v2.1
147
+ - label=v2.2
148
148
- label=feature-gate
149
149
actions :
150
150
backport :
@@ -154,21 +154,21 @@ pull_request_rules:
154
154
labels :
155
155
- feature-gate
156
156
branches :
157
- - v2.1
158
- - name : v2.1 non-feature-gate backport
157
+ - v2.2
158
+ - name : v2.2 non-feature-gate backport
159
159
conditions :
160
- - label=v2.1
160
+ - label=v2.2
161
161
- label!=feature-gate
162
162
actions :
163
163
backport :
164
164
assignees : *BackportAssignee
165
165
title : " {{ destination_branch }}: {{ title }} (backport of #{{ number }})"
166
166
ignore_conflicts : true
167
167
branches :
168
- - v2.1
169
- - name : v2.1 backport warning comment
168
+ - v2.2
169
+ - name : v2.2 backport warning comment
170
170
conditions :
171
- - label=v2.1
171
+ - label=v2.2
172
172
actions :
173
173
comment :
174
174
message : >
0 commit comments