Skip to content

Commit d3ba405

Browse files
authored
mergify: support 9.1 branch (#344)
1 parent f233138 commit d3ba405

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.mergify.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,15 @@ pull_request_rules:
108108
- label=backport-9.0
109109
actions:
110110
backport:
111-
assignees:
112-
- "{{ author }}"
113111
branches:
114112
- "9.0"
115-
labels:
116-
- "backport"
117-
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
113+
114+
- name: backport patches to 9.1 branch
115+
conditions:
116+
- merged
117+
- base=main
118+
- label=backport-9.1
119+
actions:
120+
backport:
121+
branches:
122+
- "9.1"

0 commit comments

Comments
 (0)