Skip to content

Commit

Permalink
chore: add backport task for v5.0.x (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Aug 1, 2022
1 parent 0410963 commit 42bc9ce
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 @@ -82,3 +82,11 @@ pull_request_rules:
backport:
branches:
- release/v4.0.x
- name: backport patches to v5.0.x branch
conditions:
- base=main
- label=backport-to-v5.0.x
actions:
backport:
branches:
- release/v5.0.x

0 comments on commit 42bc9ce

Please sign in to comment.