We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db3587 commit d664448Copy full SHA for d664448
1 file changed
.github/workflows/backports.yaml
@@ -25,10 +25,15 @@ jobs:
25
startsWith(github.event.comment.body, '/backport')
26
)
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: wayfair-incubator/forker@eaae6dcbfb2c4724319ccee5beb89122414e6c69 # main
29
with:
30
token: ${{ secrets.VEXXHOST_BOT_PAT }}
31
- - uses: korthout/backport-action@436145e922f9561fc5ea157ff406f21af2d6b363 # v3.2.0
+ 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
37
38
github_token: ${{ secrets.VEXXHOST_BOT_PAT }}
39
copy_labels_pattern: skip-release-notes
0 commit comments