chore: Add mergify backport to v0.46.x (#11501)
This commit is contained in:
parent
74432f487e
commit
90f61870e6
|
@ -18,6 +18,8 @@
|
|||
- x/genutil/**/*
|
||||
"C:x/gov":
|
||||
- x/gov/**/*
|
||||
"C:x/group":
|
||||
- x/group/**/*
|
||||
"C:x/mint":
|
||||
- x/mint/**/*
|
||||
"C:x/nft":
|
||||
|
|
|
@ -16,6 +16,14 @@ pull_request_rules:
|
|||
commit_message_template: |
|
||||
{{ 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
|
||||
|
|
Loading…
Reference in New Issue