Skip to content

Commit 18f4a11

Browse files
committed
Mergify: backport to 1.8
1 parent a37504d commit 18f4a11

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.mergify.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,16 @@ pull_request_rules:
3636
- "1.6"
3737
queue:
3838
update_method: rebase
39+
40+
- name: backport patches to 1.8
41+
conditions:
42+
- base=master
43+
- label=backport 1.8
44+
- merged
45+
actions:
46+
copy:
47+
ignore_conflicts: True
48+
branches:
49+
- "1.8"
50+
queue:
51+
update_method: rebase

0 commit comments

Comments
 (0)