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:
authorDaeyeon Jeong <daeyeon.dev@gmail.com>2022-08-17 21:36:17 +0300
committerRuy Adorno <ruyadorno@google.com>2022-08-23 02:37:27 +0300
commitf7be92fe865b50b3a49e5a1e49847bc76b1a597a (patch)
treeeca5e46184570f22996acde70a0ce2c131f9f17a /.github
parent2efce0fe5b31347f8aa2f1f62624cc10b6a8abc9 (diff)
meta: update `web streams` in label-pr-config
Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: https://github.com/nodejs/node/pull/44235 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/label-pr-config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml
index e76fa3e4e69..ac998eeb9d2 100644
--- a/.github/label-pr-config.yml
+++ b/.github/label-pr-config.yml
@@ -101,6 +101,7 @@ subSystemLabels:
/^lib\/worker_threads.js$/: worker
/^lib\/internal\/url\.js$/: whatwg-url
/^lib\/internal\/modules\/esm/: esm
+ /^lib\/internal\/webstreams/: web streams
# All other lib/ files map directly
/^lib\/_(\w+)_\w+\.js?$/: $1 # e.g. _(stream)_wrap
@@ -123,6 +124,7 @@ exlusiveLabels:
/^test\/report\//: test, report
/^test\/fixtures\/es-module/: test, esm
/^test\/es-module\//: test, esm
+ /^test\/fixtures\/wpt\/streams//: test, web streams
/^test\//: test