Skip to content

Commit 85f1537

Browse files
Mesteerydanielleadams
authored andcommitted
build: fix comment-labeled workflow
Refs: #40985 (comment) PR-URL: #41176 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent b89fb3e commit 85f1537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-labeled.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
NUMBER: ${{ github.event.issue.number || github.event.pull_request.number }}
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
run: gh pr comment "$NUMBER" --repo ${{ github.repository }} --body "This issue/PR was marked as stalled, it will be automatically closed in 30 days. If it should remain open, please leave a comment explaining why it should remain open."
17+
run: gh issue comment "$NUMBER" --repo ${{ github.repository }} --body "This issue/PR was marked as stalled, it will be automatically closed in 30 days. If it should remain open, please leave a comment explaining why it should remain open."
1818

1919
fastTrack:
2020
if: github.repository == 'nodejs/node' && github.event_name == 'pull_request_target' && github.event.label.name == 'fast-track'

0 commit comments

Comments
 (0)