Skip to content

Commit c0c0a6f

Browse files
authored
Mergify backport v2.2 (anza-xyz#4897)
Update mergify config for v2.2 backport label
1 parent 522b46d commit c0c0a6f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.mergify.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ pull_request_rules:
104104
- automerge
105105
comment:
106106
message: automerge label removed due to a CI failure
107-
- name: v2.0 feature-gate backport
107+
- name: v2.1 feature-gate backport
108108
conditions:
109-
- label=v2.0
109+
- label=v2.1
110110
- label=feature-gate
111111
actions:
112112
backport:
@@ -117,21 +117,21 @@ pull_request_rules:
117117
labels:
118118
- feature-gate
119119
branches:
120-
- v2.0
121-
- name: v2.0 non-feature-gate backport
120+
- v2.1
121+
- name: v2.1 non-feature-gate backport
122122
conditions:
123-
- label=v2.0
123+
- label=v2.1
124124
- label!=feature-gate
125125
actions:
126126
backport:
127127
assignees: *BackportAssignee
128128
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
129129
ignore_conflicts: true
130130
branches:
131-
- v2.0
132-
- name: v2.0 backport warning comment
131+
- v2.1
132+
- name: v2.1 backport warning comment
133133
conditions:
134-
- label=v2.0
134+
- label=v2.1
135135
actions:
136136
comment:
137137
message: >
@@ -142,9 +142,9 @@ pull_request_rules:
142142
refactoring, plumbing, cleanup, etc that are not strictly
143143
necessary to achieve the goal. Any of the latter should go only
144144
into master and ride the normal stabilization schedule.
145-
- name: v2.1 feature-gate backport
145+
- name: v2.2 feature-gate backport
146146
conditions:
147-
- label=v2.1
147+
- label=v2.2
148148
- label=feature-gate
149149
actions:
150150
backport:
@@ -154,21 +154,21 @@ pull_request_rules:
154154
labels:
155155
- feature-gate
156156
branches:
157-
- v2.1
158-
- name: v2.1 non-feature-gate backport
157+
- v2.2
158+
- name: v2.2 non-feature-gate backport
159159
conditions:
160-
- label=v2.1
160+
- label=v2.2
161161
- label!=feature-gate
162162
actions:
163163
backport:
164164
assignees: *BackportAssignee
165165
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
166166
ignore_conflicts: true
167167
branches:
168-
- v2.1
169-
- name: v2.1 backport warning comment
168+
- v2.2
169+
- name: v2.2 backport warning comment
170170
conditions:
171-
- label=v2.1
171+
- label=v2.2
172172
actions:
173173
comment:
174174
message: >

0 commit comments

Comments
 (0)