add backport label to prs (#8609)
Backport a PR by just adding the target branch's label, e.g. backport-to-v0.41.x. Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> Co-authored-by: Alessio Treglia <alessio@tendermint.com>
This commit is contained in:
parent
50dec2e9fa
commit
0bcc402790
|
@ -8,3 +8,11 @@ pull_request_rules:
|
||||||
merge:
|
merge:
|
||||||
method: squash
|
method: squash
|
||||||
strict: true
|
strict: true
|
||||||
|
- name: backport patches to v0.41.x branch
|
||||||
|
conditions:
|
||||||
|
- base=master
|
||||||
|
- label=backport/0.41.x (Stargate)
|
||||||
|
actions:
|
||||||
|
backport:
|
||||||
|
branches:
|
||||||
|
- release/v0.41.x
|
||||||
|
|
Loading…
Reference in New Issue