Skip to content

Commit 5e1f441

Browse files
[Release] add-backport-next (#4380)
Co-authored-by: elasticmachine <infra-root+elasticmachine@elastic.co>
1 parent de20ff0 commit 5e1f441

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
@@ -304,3 +304,16 @@ pull_request_rules:
304304
labels:
305305
- "backport"
306306
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
307+
- name: backport patches to 8.18 branch
308+
conditions:
309+
- merged
310+
- label=backport-8.18
311+
actions:
312+
backport:
313+
assignees:
314+
- "{{ author }}"
315+
branches:
316+
- "8.18"
317+
labels:
318+
- "backport"
319+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 commit comments

Comments
 (0)