Skip to content

Commit

Permalink
ci: enable backport:v3.x label
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Nov 21, 2024
1 parent 66699e7 commit 6e453b6
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 @@ -15,6 +15,14 @@ pull_request_rules:
backport:
branches:
- v2.x
- name: backport patches to v3.x branch
conditions:
- base=main
- label=backport:v3.x
actions:
backport:
branches:
- v3.x

Check failure on line 25 in .github/mergify.yml

View workflow job for this annotation

GitHub Actions / lint / yamllint

25:17 [trailing-spaces] trailing spaces
- name: forward-port patches to main branch (v1.x)
conditions:
- base=v1.x
Expand Down

0 comments on commit 6e453b6

Please sign in to comment.