We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1c33a3 + 52b05a0 commit b55f8a2Copy full SHA for b55f8a2
.github/workflows/backport.yaml
@@ -33,14 +33,11 @@ jobs:
33
token: ${{ secrets.GH_BACKPORT_TOKEN }}
34
ref: ${{ github.event.pull_request.head.sha }}
35
- name: Create backport PRs
36
- # should be kept in sync with `version`
37
- uses: zeebe-io/[email protected]
+ uses: korthout/[email protected]
38
with:
39
- # 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
40
github_token: ${{ secrets.GH_BACKPORT_TOKEN }}
41
github_workspace: ${{ github.workspace }}
42
- # should be kept in sync with `uses`
43
- version: v0.0.8
44
45
# Regex pattern to match github labels
46
# The capture group catches the target branch
0 commit comments