Skip to content

Commit

Permalink
Merge branch 'main' into carlos/update-compatibility-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Dec 16, 2022
2 parents 562485d + 866bb9a commit f4d6cee
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 f4d6cee

Please sign in to comment.