Skip to content

Commit c7ef766

Browse files
authored
Merge pull request #246 from MisterMX/chore/update-ci
2 parents fdf0a23 + 6e4b44d commit c7ef766

File tree

34 files changed

+196
-277
lines changed

34 files changed

+196
-277
lines changed

.github/workflows/backport.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,20 @@ jobs:
1515
# one. Many do not support merge commits, or do not support pull requests with
1616
# more than one commit. This one does. It also handily links backport PRs with
1717
# new PRs, and provides commentary and instructions when it can't backport.
18-
# The main gotcha with this action is that PRs _must_ be labelled before they're
19-
# merged to trigger a backport.
18+
# The main gotchas with this action are that it _only_ supports merge commits,
19+
# and that PRs _must_ be labelled before they're merged to trigger a backport.
2020
open-pr:
2121
runs-on: ubuntu-22.04
2222
if: github.event.pull_request.merged
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
with:
27+
fetch-depth: 0
2628

2729
- name: Open Backport PR
28-
uses: korthout/backport-action@v1
30+
uses: zeebe-io/[email protected]
31+
with:
32+
github_token: ${{ secrets.GITHUB_TOKEN }}
33+
github_workspace: ${{ github.workspace }}
34+
version: v0.0.4

0 commit comments

Comments
 (0)