Skip to content

Commit

Permalink
chore: add backports for v4.3.x and v6.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored and zmanian committed Dec 19, 2022
1 parent 3be0b63 commit e8f6eaf
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,15 @@ pull_request_rules:
actions:
backport:
branches:
- release/v4.2.x
- release/v4.2.x
- name: backport patches to v4.3.x branch
conditions:
- base=main
- label=backport-to-v4.3.x
actions:
backport:
branches:
- release/v4.3.x
- name: backport patches to v5.2.x branch
conditions:
- base=main
Expand All @@ -77,8 +85,8 @@ pull_request_rules:
- name: backport patches to v6.0.x branch
conditions:
- base=main
- label=backport-to-v6.0.x
- label=backport-to-v6.1.x
actions:
backport:
branches:
- release/v6.0.x
- release/v6.1.x

0 comments on commit e8f6eaf

Please sign in to comment.