Skip to content

Commit 85f1776

Browse files
[Release] add-backport-next
1 parent 726a74f commit 85f1776

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)