Skip to content

Commit e851310

Browse files
authored
Configure backports with Mergify (nhibernate#3702)
1 parent ad774a4 commit e851310

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.mergify.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pull_request_rules:
2+
- name: Backport patches to the release branch
3+
conditions:
4+
- label = backport
5+
actions:
6+
backport:
7+
branches:
8+
- "5.5.x"
9+
assignees:
10+
- "{{ author }}"

0 commit comments

Comments
 (0)