Skip to content

Commit

Permalink
Update backport-action settings
Browse files Browse the repository at this point in the history
The backport-action has been moved away from zeebe-io to one of
its maintainers. Follow the repo move as well here. Remove the long
deprecated version input.

Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Apr 2, 2024
1 parent 95a74f7 commit 52b05a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,11 @@ jobs:
token: ${{ secrets.GH_BACKPORT_TOKEN }}
ref: ${{ github.event.pull_request.head.sha }}
- name: Create backport PRs
# should be kept in sync with `version`
uses: zeebe-io/[email protected]
uses: korthout/[email protected]
with:
# Config README: https://github.com/zeebe-io/backport-action#backport-action
# Inputs documented here: https://github.com/korthout/backport-action?tab=readme-ov-file#inputs
github_token: ${{ secrets.GH_BACKPORT_TOKEN }}
github_workspace: ${{ github.workspace }}
# should be kept in sync with `uses`
version: v0.0.8

# Regex pattern to match github labels
# The capture group catches the target branch
Expand Down

0 comments on commit 52b05a0

Please sign in to comment.