Skip to content

Commit

Permalink
chore: add mergify backport on tag action (#581)
Browse files Browse the repository at this point in the history
adding backport mergify action and created A:backport/v28.x label
  • Loading branch information
deividaspetraitis authored Dec 3, 2024
1 parent 3489dee commit 5982389
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 v28.x branch
conditions:
- base=v27.x
- label=A:backport/v28.x
actions:
backport:
branches:
- v28.x

0 comments on commit 5982389

Please sign in to comment.