Skip to content

Commit a1faf5d

Browse files
committed
chore: update mergify
1 parent a469480 commit a1faf5d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.mergify.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,12 @@ pull_request_rules:
1515
commit_message_template: >
1616
{{ title }} (#{{ number }})
1717
18-
{{ body }}
18+
{{ body }}
19+
- name: backport patches to v0.47.x branch
20+
conditions:
21+
- base=cosmos/v0.50.x
22+
- label=backport/v0.47.x
23+
actions:
24+
backport:
25+
branches:
26+
- cosmos/v0.47.x

0 commit comments

Comments
 (0)