Skip to content

Commit 0a4f053

Browse files
[Release] add-backport-next (#3251)
1 parent d4e444e commit 0a4f053

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
@@ -254,3 +254,16 @@ pull_request_rules:
254254
labels:
255255
- "backport"
256256
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
257+
- name: backport patches to 8.10 branch
258+
conditions:
259+
- merged
260+
- label=backport-v8.10.0
261+
actions:
262+
backport:
263+
assignees:
264+
- "{{ author }}"
265+
branches:
266+
- "8.10"
267+
labels:
268+
- "backport"
269+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 commit comments

Comments
 (0)