Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-04-25 11:45:48 +0300
committerMichaël Zasso <targos@protonmail.com>2021-04-25 17:20:30 +0300
commit6891042285b1eab52ab300fbaaa6762e6244d5a9 (patch)
tree22ef26885e0c670c4df7816cb9921856ecdf78a0 /.github
parent2a70f4fc9fc1aea543e4a205c59264f85c89d61d (diff)
build: fix label-pr workflow
PR-URL: https://github.com/nodejs/node/pull/38399 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/label-pr.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml
index 7b4f84019e5..4e56676e41e 100644
--- a/.github/workflows/label-pr.yml
+++ b/.github/workflows/label-pr.yml
@@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: node/node-pr-labeler@v1
+ - uses: nodejs/node-pr-labeler@v1
with:
configuration-path: .github/label-pr-config.yml