Skip to content

Commit f688d09

Browse files
Create mergify config for 8.x backports (#3856)
1 parent ecee4f3 commit f688d09

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
@@ -246,3 +246,16 @@ pull_request_rules:
246246
labels:
247247
- "backport"
248248
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
249+
- name: backport patches to 8.x branch
250+
conditions:
251+
- merged
252+
- label=backport-v8.x
253+
actions:
254+
backport:
255+
assignees:
256+
- "{{ author }}"
257+
branches:
258+
- "8.x"
259+
labels:
260+
- "backport"
261+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 commit comments

Comments
 (0)