Skip to content

Commit 791847e

Browse files
authored
Update .mergify.yml (#2192)
Adds the 8.4 branch to mergify configuration file
1 parent 9f0d3fc commit 791847e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.mergify.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ pull_request_rules:
1515
git merge <remote-repo>/{{base}}
1616
git push <remote-repo> {{head}}
1717
```
18+
- name: backport patches to 8.4 branch
19+
conditions:
20+
- merged
21+
- base=main
22+
- label=backport-8.4
23+
actions:
24+
backport:
25+
assignees:
26+
- "{{ author }}"
27+
branches:
28+
- "8.4"
29+
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
30+
labels:
31+
- backport
1832
- name: backport patches to 8.3 branch
1933
conditions:
2034
- merged
@@ -120,4 +134,4 @@ pull_request_rules:
120134
actions:
121135
comment:
122136
message: |
123-
This pull request has not been merged yet. Could you please review and merge it @{{ assignee | join(', @') }}? 🙏
137+
This pull request has not been merged yet. Could you please review and merge it @{{ assignee | join(', @') }}? 🙏

0 commit comments

Comments
 (0)