Skip to content

Commit

Permalink
add v3.3.x and v4.1.x and remove v5.1.x (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Sep 14, 2022
1 parent 9fa6008 commit af1c5db
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,30 +74,38 @@ pull_request_rules:
backport:
branches:
- release/v3.2.x
- name: backport patches to v3.3.x branch
conditions:
- base=main
- label=backport-to-v3.3.x
actions:
backport:
branches:
- release/v3.3.x
- name: backport patches to v4.0.x branch
conditions:
- base=main
- label=backport-to-v4.0.x
actions:
backport:
branches:
- release/v4.0.x
- name: backport patches to v5.0.x branch
- release/v4.0.x
- name: backport patches to v4.1.x branch
conditions:
- base=main
- label=backport-to-v5.0.x
- label=backport-to-v4.1.x
actions:
backport:
branches:
- release/v5.0.x
- name: backport patches to v5.1.x branch
- release/v4.1.x
- name: backport patches to v5.0.x branch
conditions:
- base=main
- label=backport-to-v5.1.x
- label=backport-to-v5.0.x
actions:
backport:
branches:
- release/v5.1.x
- release/v5.0.x
- name: backport patches to v6.0.x branch
conditions:
- base=main
Expand Down

0 comments on commit af1c5db

Please sign in to comment.