Skip to content

Commit a2dced9

Browse files
Mergify: add backport-9.0 (#6743)
1 parent 647b43b commit a2dced9

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
@@ -374,6 +374,19 @@ pull_request_rules:
374374
labels:
375375
- "backport"
376376
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
377+
- name: backport patches to 9.0 branch
378+
conditions:
379+
- merged
380+
- label=backport-9.0
381+
actions:
382+
backport:
383+
assignees:
384+
- "{{ author }}"
385+
branches:
386+
- "9.0"
387+
labels:
388+
- "backport"
389+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
377390

378391
- name: backport patches to all active minor branches for the 8 major.
379392
conditions:

0 commit comments

Comments
 (0)