chore: Add mergify backport to v0.46.x (#11501)
This commit is contained in:
parent
74432f487e
commit
90f61870e6
|
@ -18,6 +18,8 @@
|
||||||
- x/genutil/**/*
|
- x/genutil/**/*
|
||||||
"C:x/gov":
|
"C:x/gov":
|
||||||
- x/gov/**/*
|
- x/gov/**/*
|
||||||
|
"C:x/group":
|
||||||
|
- x/group/**/*
|
||||||
"C:x/mint":
|
"C:x/mint":
|
||||||
- x/mint/**/*
|
- x/mint/**/*
|
||||||
"C:x/nft":
|
"C:x/nft":
|
||||||
|
|
12
.mergify.yml
12
.mergify.yml
|
@ -14,8 +14,16 @@ pull_request_rules:
|
||||||
name: default
|
name: default
|
||||||
method: squash
|
method: squash
|
||||||
commit_message_template: |
|
commit_message_template: |
|
||||||
{{ title }} (#{{ number }})
|
{{ title }} (#{{ number }})
|
||||||
{{ body }}
|
{{ 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
|
- name: backport patches to v0.45.x branch
|
||||||
conditions:
|
conditions:
|
||||||
- base=master
|
- base=master
|
||||||
|
|
Loading…
Reference in New Issue