Skip to content

Commit b55f8a2

Browse files
authored
Merge pull request #4226 from twz123/backport-action-update
Update backport-action settings
2 parents e1c33a3 + 52b05a0 commit b55f8a2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/backport.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,11 @@ jobs:
3333
token: ${{ secrets.GH_BACKPORT_TOKEN }}
3434
ref: ${{ github.event.pull_request.head.sha }}
3535
- name: Create backport PRs
36-
# should be kept in sync with `version`
37-
uses: zeebe-io/[email protected]
36+
uses: korthout/[email protected]
3837
with:
39-
# Config README: https://github.com/zeebe-io/backport-action#backport-action
38+
# Inputs documented here: https://github.com/korthout/backport-action?tab=readme-ov-file#inputs
4039
github_token: ${{ secrets.GH_BACKPORT_TOKEN }}
4140
github_workspace: ${{ github.workspace }}
42-
# should be kept in sync with `uses`
43-
version: v0.0.8
4441

4542
# Regex pattern to match github labels
4643
# The capture group catches the target branch

0 commit comments

Comments
 (0)