Skip to content

Commit 6b5e6d0

Browse files
[Release] add-backport-next (#1254)
1 parent a0a3ed1 commit 6b5e6d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.mergify.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,16 @@ pull_request_rules:
220220
labels:
221221
- "backport"
222222
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
223+
- name: backport patches to 8.5 branch
224+
conditions:
225+
- merged
226+
- label=backport-v8.5.0
227+
actions:
228+
backport:
229+
assignees:
230+
- "{{ author }}"
231+
branches:
232+
- "8.5"
233+
labels:
234+
- "backport"
235+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 commit comments

Comments
 (0)