Skip to content

Commit

Permalink
chore: add mergify backport on tag action (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddyMc authored Aug 26, 2024
1 parent b63ca05 commit 7a28502
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ pull_request_rules:
backport:
branches:
- v25.x
- name: backport patches to v26.x branch
conditions:
- base=v25.x
- label=A:backport/v26.x
actions:
backport:
branches:
- v26.x

0 comments on commit 7a28502

Please sign in to comment.