Skip to content

Commit 9669b89

Browse files
[Release] add-backport-next (#3683)
Co-authored-by: elasticmachine <infra-root+elasticmachine@elastic.co>
1 parent c80b828 commit 9669b89

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
@@ -233,3 +233,16 @@ pull_request_rules:
233233
labels:
234234
- "backport"
235235
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
236+
- name: backport patches to 8.15 branch
237+
conditions:
238+
- merged
239+
- label=backport-v8.15.0
240+
actions:
241+
backport:
242+
assignees:
243+
- "{{ author }}"
244+
branches:
245+
- "8.15"
246+
labels:
247+
- "backport"
248+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 commit comments

Comments
 (0)