Skip to content

Commit 0c29708

Browse files
authored
Add backport action for v0.5.x branch (#775)
1 parent a0a98b9 commit 0c29708

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.mergify.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,12 @@ pull_request_rules:
2828
backport:
2929
branches:
3030
- release/v0.4.x
31+
- name: backport patches to v0.5.x branch
32+
conditions:
33+
- base=main
34+
- label=backport/0.5.x
35+
actions:
36+
backport:
37+
branches:
38+
- release/v0.5.x
39+

0 commit comments

Comments
 (0)