Skip to content

Commit c8ac207

Browse files
[Release] add-backport-next (#3281)
Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
1 parent 9305d2f commit c8ac207

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.mergify.yml

+13
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,16 @@ pull_request_rules:
207207
labels:
208208
- "backport"
209209
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
210+
- name: backport patches to 8.13 branch
211+
conditions:
212+
- merged
213+
- label=backport-v8.13.0
214+
actions:
215+
backport:
216+
assignees:
217+
- "{{ author }}"
218+
branches:
219+
- "8.13"
220+
labels:
221+
- "backport"
222+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 commit comments

Comments
 (0)