We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f233138 commit d3ba405Copy full SHA for d3ba405
.mergify.yml
@@ -108,10 +108,15 @@ pull_request_rules:
108
- label=backport-9.0
109
actions:
110
backport:
111
- assignees:
112
- - "{{ author }}"
113
branches:
114
- "9.0"
115
- labels:
116
- - "backport"
117
- title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
+
+ - name: backport patches to 9.1 branch
+ conditions:
+ - merged
+ - base=main
118
+ - label=backport-9.1
119
+ actions:
120
+ backport:
121
+ branches:
122
+ - "9.1"
0 commit comments