chore: Add mergify backport to v0.46.x (#11501)

This commit is contained in:
Amaury 2022-03-30 14:49:57 +02:00 committed by GitHub
parent 74432f487e
commit 90f61870e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions

2
.github/labeler.yml vendored
View File

@ -18,6 +18,8 @@
- x/genutil/**/*
"C:x/gov":
- x/gov/**/*
"C:x/group":
- x/group/**/*
"C:x/mint":
- x/mint/**/*
"C:x/nft":

View File

@ -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