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
2 changed files with 12 additions and 2 deletions
+2
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":
+10 -2
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