Skip to content

Commit 9e2031f

Browse files
Create mergify config for 8.x backports (#5393)
1 parent fd477ec commit 9e2031f

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
@@ -332,3 +332,16 @@ pull_request_rules:
332332
labels:
333333
- "backport"
334334
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
335+
- name: backport patches to 8.x branch
336+
conditions:
337+
- merged
338+
- label=backport-v8.x
339+
actions:
340+
backport:
341+
assignees:
342+
- "{{ author }}"
343+
branches:
344+
- "8.x"
345+
labels:
346+
- "backport"
347+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 commit comments

Comments
 (0)