Skip to content

Commit

Permalink
add backport rules for v1.4.x and v2.2.x (cosmos#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Mar 10, 2022
1 parent f0b94df commit d40f1da
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ pull_request_rules:
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 v2.0.x branch
conditions:
- base=main
Expand All @@ -57,7 +65,15 @@ pull_request_rules:
actions:
backport:
branches:
- release/v2.1.x
- release/v2.1.x
- name: backport patches to v2.2.x branch
conditions:
- base=main
- label=backport-to-v2.2.x
actions:
backport:
branches:
- release/v2.2.x
- name: backport patches to v3.0.x branch
conditions:
- base=main
Expand Down

0 comments on commit d40f1da

Please sign in to comment.