Skip to content

Commit

Permalink
ci: add mergify rules for release v6.0.x (#2230)
Browse files Browse the repository at this point in the history
Add mergify rules for release v6.0.x
  • Loading branch information
JeancarloBarrios authored Dec 27, 2024
1 parent 3feca2b commit ed29110
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 @@ -55,3 +55,11 @@ pull_request_rules:
backport:
branches:
- release/v5.1.x
- name: backport patches to v6.0.x branch
conditions:
- base=main
- label=backport/v6.0.x
actions:
backport:
branches:
- release/v6.0.x

0 comments on commit ed29110

Please sign in to comment.