Skip to content

Commit

Permalink
add backport to v4.0.x and remove backports to v1 (EoL) (cosmos#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Jul 1, 2022
1 parent 7d971ec commit ea64db7
Showing 1 changed file with 9 additions and 25 deletions.
34 changes: 9 additions & 25 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,6 @@ pull_request_rules:
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v1.3.x branch
conditions:
- base=main
- label=backport-to-v1.3.x
actions:
backport:
branches:
- release/v1.3.x
- name: backport patches to v1.4.x branch
conditions:
- base=main
- label=backport-to-v1.4.x
actions:
backport:
branches:
- release/v1.4.x
- name: backport patches to v1.5.x branch
conditions:
- base=main
- label=backport-to-v1.5.x
actions:
backport:
branches:
- release/v1.5.x
- name: backport patches to v2.1.x branch
conditions:
- base=main
Expand Down Expand Up @@ -81,4 +57,12 @@ pull_request_rules:
actions:
backport:
branches:
- release/v3.1.x
- release/v3.1.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

0 comments on commit ea64db7

Please sign in to comment.