Skip to content

Commit 746f9cf

Browse files
[Release] add-backport-next (#4593)
1 parent 44319e2 commit 746f9cf

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
@@ -306,3 +306,16 @@ pull_request_rules:
306306
labels:
307307
- "backport"
308308
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
309+
- name: backport patches to 8.14 branch
310+
conditions:
311+
- merged
312+
- label=backport-v8.14.0
313+
actions:
314+
backport:
315+
assignees:
316+
- "{{ author }}"
317+
branches:
318+
- "8.14"
319+
labels:
320+
- "backport"
321+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 commit comments

Comments
 (0)