Skip to content

Commit

Permalink
Update mergify for better branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Sep 21, 2023
1 parent e56704f commit fe59702
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ queue_rules:
pull_request_rules:
- name: backport patches to main branch
conditions:
- base=releases/v0.42.x
- base=releases/v0.4x
- label=backport/main
actions:
backport:
Expand All @@ -20,11 +20,11 @@ pull_request_rules:
backport:
branches:
- releases/v0.3x
- name: backport patches to v0.42.x release branch
- name: backport patches to sdk47 release branch
conditions:
- base=main
- label=backport/v0.42.x
- label=backport/v0.4x
actions:
backport:
branches:
- releases/v0.42.x
- releases/v0.4x

0 comments on commit fe59702

Please sign in to comment.