Skip to content

Commit dde4d1a

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

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
@@ -317,3 +317,16 @@ pull_request_rules:
317317
labels:
318318
- "backport"
319319
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
320+
- name: backport patches to 9.0 branch
321+
conditions:
322+
- merged
323+
- label=backport-9.0
324+
actions:
325+
backport:
326+
assignees:
327+
- "{{ author }}"
328+
branches:
329+
- "9.0"
330+
labels:
331+
- "backport"
332+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 commit comments

Comments
 (0)