Skip to content

Commit 1317153

Browse files
committed
1 parent 7ef4e71 commit 1317153

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backport-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
token: ${{ secrets.BACKPORT_ACTION_TOKEN }}
2222
- name: Backport
2323
id: backport
24-
uses: korthout/backport-action@main
24+
uses: korthout/backport-action@korthout-501-node-24
2525
with:
2626
copy_labels_pattern: .+
2727
github_token: ${{ secrets.BACKPORT_ACTION_TOKEN }}

.github/workflows/backport-pr-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git_commit_gpgsign: true
2626
- name: Backport
2727
id: backport
28-
uses: korthout/backport-action@main
28+
uses: korthout/backport-action@korthout-501-node-24
2929
with:
3030
add_labels: backport,another label
3131
add_author_as_assignee: true

.github/workflows/backport-pr-target-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- name: Backport
1818
id: backport
19-
uses: korthout/backport-action@main
19+
uses: korthout/backport-action@korthout-501-node-24
2020
with:
2121
# copy all labels (backport labels are automatically skipped)
2222
copy_labels_pattern: .+

0 commit comments

Comments
 (0)