From 7468dcc2d87bb55bca1154d5c01d8ae72606969c Mon Sep 17 00:00:00 2001 From: Daeyeon Jeong Date: Thu, 18 Aug 2022 03:36:17 +0900 Subject: [PATCH] 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 Reviewed-By: Antoine du Hamel Reviewed-By: Matteo Collina --- .github/label-pr-config.yml | 2 ++ 1 file changed, 2 insertions(+) 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