Skip to content

Commit 0bcc402

Browse files
tac0turtleamaury1093Alessio Treglia
authored
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>
1 parent 50dec2e commit 0bcc402

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.mergify.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ pull_request_rules:
88
merge:
99
method: squash
1010
strict: true
11+
- name: backport patches to v0.41.x branch
12+
conditions:
13+
- base=master
14+
- label=backport/0.41.x (Stargate)
15+
actions:
16+
backport:
17+
branches:
18+
- release/v0.41.x

0 commit comments

Comments
 (0)