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:
Diffstat (limited to '.github')
-rw-r--r--.github/label-pr-config.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml
index c7a66707c63..313e928c4d3 100644
--- a/.github/label-pr-config.yml
+++ b/.github/label-pr-config.yml
@@ -100,12 +100,11 @@ subSystemLabels:
/^lib\/worker_threads.js$/: worker
/^lib\/internal\/url\.js$/: whatwg-url
/^lib\/internal\/modules\/esm/: esm
- /^lib\/internal\/quic\/*/: quic, dont-land-on-v14.x, dont-land-on-v12.x
# All other lib/ files map directly
/^lib\/_(\w+)_\w+\.js?$/: $1 # e.g. _(stream)_wrap
- /^lib(\/internal)?\/(\w+)\.js?$/: $2 # Other .js files
- /^lib\/internal\/(\w+)(?:\/|$)/: $1 # internal subfolders
+ /^lib(?:\/internal)?\/(\w+)\.js?$/: $1 # Other .js files
+ /^lib(?:\/internal)?\/(\w+)(?:\/|$)/: $1 # Subfolders
exlusiveLabels:
# more specific tests