Skip to content

Commit

Permalink
update mergify.yml with new release branches (cosmos#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez authored Jul 5, 2022
1 parent e049649 commit 7d18182
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 @@ -41,7 +41,15 @@ pull_request_rules:
actions:
backport:
branches:
- release/v2.3.x
- release/v2.3.x
- name: backport patches to v2.4.x branch
conditions:
- base=main
- label=backport-to-v2.4.x
actions:
backport:
branches:
- release/v2.4.x
- name: backport patches to v3.0.x branch
conditions:
- base=main
Expand All @@ -58,6 +66,14 @@ pull_request_rules:
backport:
branches:
- release/v3.1.x
- name: backport patches to v3.2.x branch
conditions:
- base=main
- label=backport-to-v3.2.x
actions:
backport:
branches:
- release/v3.2.x
- name: backport patches to v4.0.x branch
conditions:
- base=main
Expand Down

0 comments on commit 7d18182

Please sign in to comment.