Skip to content

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎.github/mergify.yml

+8
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,11 @@ pull_request_rules:
9898
backport:
9999
branches:
100100
- release/v8.1.x
101+
- name: backport patches to v8.2.x branch
102+
conditions:
103+
- base=main
104+
- label=backport-to-v8.2.x
105+
actions:
106+
backport:
107+
branches:
108+
- release/v8.2.x

0 commit comments

Comments
 (0)
Please sign in to comment.