Skip to content

Commit d664448

Browse files
committed
ci: add backports workflow
1 parent 3db3587 commit d664448

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/backports.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,15 @@ jobs:
2525
startsWith(github.event.comment.body, '/backport')
2626
)
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: wayfair-incubator/forker@eaae6dcbfb2c4724319ccee5beb89122414e6c69 # main
2929
with:
3030
token: ${{ secrets.VEXXHOST_BOT_PAT }}
31-
- uses: korthout/backport-action@436145e922f9561fc5ea157ff406f21af2d6b363 # v3.2.0
31+
repo: ${{ github.event.repository.name }}
32+
owner: ${{ github.event.repository.owner.login }}
33+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+
with:
35+
token: ${{ secrets.VEXXHOST_BOT_PAT }}
36+
- uses: korthout/backport-action@d07416681cab29bf2661702f925f020aaa962997 # v3.4.1
3237
with:
3338
github_token: ${{ secrets.VEXXHOST_BOT_PAT }}
3439
copy_labels_pattern: skip-release-notes

0 commit comments

Comments
 (0)