Skip to content

Commit

Permalink
Fix branch name in mergify config
Browse files Browse the repository at this point in the history
(cherry picked from commit 437a21e)
  • Loading branch information
p-offtermatt authored and mergify[bot] committed Aug 21, 2023
1 parent 22fb5d3 commit 09b964b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pull_request_rules:
actions:
backport:
branches:
- release/v0.37.x
- v0.37.x
- name: Backport patches to the v0.34.x branch
conditions:
- base=main
- label=A:backport/v0.34.x
actions:
backport:
branches:
- release/v0.34.x
- v0.34.x

0 comments on commit 09b964b

Please sign in to comment.