Skip to content

Commit

Permalink
chore: mergify for v7.7.x and v8.4.x (#6917)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Jul 23, 2024
1 parent 241c867 commit f11ac7a
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 @@ -113,7 +113,15 @@ pull_request_rules:
actions:
backport:
branches:
- release/v7.6.x
- release/v7.6.x
- name: backport patches to v7.7.x branch
conditions:
- base=main
- label=backport-to-v7.7.x
actions:
backport:
branches:
- release/v7.7.x
- name: backport patches to v8.2.x branch
conditions:
- base=main
Expand All @@ -130,6 +138,14 @@ pull_request_rules:
backport:
branches:
- release/v8.3.x
- name: backport patches to v8.4.x branch
conditions:
- base=main
- label=backport-to-v8.4.x
actions:
backport:
branches:
- release/v8.4.x
- name: backport patches to v9.0.x branch
conditions:
- base=main
Expand Down

0 comments on commit f11ac7a

Please sign in to comment.