Skip to content

Commit

Permalink
chore: Add mergify backport to v0.46.x (cosmos#11501)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 authored Mar 30, 2022
1 parent 74432f4 commit 90f6187
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- x/genutil/**/*
"C:x/gov":
- x/gov/**/*
"C:x/group":
- x/group/**/*
"C:x/mint":
- x/mint/**/*
"C:x/nft":
Expand Down
12 changes: 10 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@ pull_request_rules:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v0.46.x branch
conditions:
- base=master
- label=backport/0.46.x
actions:
backport:
branches:
- release/v0.46.x
- name: backport patches to v0.45.x branch
conditions:
- base=master
Expand Down

0 comments on commit 90f6187

Please sign in to comment.