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:
Marko 2021-02-17 15:15:22 +00:00 committed by GitHub
parent 50dec2e9fa
commit 0bcc402790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -8,3 +8,11 @@ pull_request_rules:
merge:
method: squash
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