Skip to content

Commit 510dfca

Browse files
[Release] add-backport-next (#4258)
1 parent ce9cb93 commit 510dfca

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
@@ -293,3 +293,16 @@ pull_request_rules:
293293
labels:
294294
- "backport"
295295
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
296+
- name: backport patches to 8.13 branch
297+
conditions:
298+
- merged
299+
- label=backport-v8.13.0
300+
actions:
301+
backport:
302+
assignees:
303+
- "{{ author }}"
304+
branches:
305+
- "8.13"
306+
labels:
307+
- "backport"
308+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 commit comments

Comments
 (0)