Skip to content

Commit

Permalink
wip7
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen2 authored Nov 13, 2024
1 parent 037e597 commit 7dac84e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
branch: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
uses: ./.github/workflows/backport-workflow.yml@main
uses: ./.github/workflows/backport-workflow.yml
with:
label: '["backport to all versions"]'
target-branch: v/${{ matrix.branch }}
Expand All @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
branch: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
uses: ./.github/workflows/backport-workflow.yml@main
uses: ./.github/workflows/backport-workflow.yml
with:
label: '["backport to ${{ matrix.branch }}"]'
target-branch: v/${{ matrix.branch }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forwardport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- v/*
jobs:
forwardport:
uses: ./.github/workflows/backport-workflow.yml@main
uses: ./.github/workflows/backport-workflow.yml
with:
label: '["forwardport to snapshot"]'
target-branch: main
Expand Down

0 comments on commit 7dac84e

Please sign in to comment.