Skip to content

Commit b3ab462

Browse files
Add a Mergify settings file
1 parent 9c41e2c commit b3ab462

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/mergify.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
pull_request_rules:
2+
- name: Automatically backport to v5.x
3+
conditions:
4+
- base=main
5+
- label=backport-v5.x
6+
actions:
7+
backport:
8+
branches:
9+
- v5.x
10+
assignees:
11+
- "{{ author }}"

0 commit comments

Comments
 (0)