Skip to content

Commit 29faf0f

Browse files
committed
build: fix label-pr workflow
PR-URL: #38399 Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent b5d669a commit 29faf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: node/node-pr-labeler@v1
12+
- uses: nodejs/node-pr-labeler@v1
1313
with:
1414
configuration-path: .github/label-pr-config.yml

0 commit comments

Comments
 (0)