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:
authorMestery <mestery@pm.me>2021-09-23 23:55:05 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-10-09 20:11:31 +0300
commiteaa59571e0fdebbdee8eb8317de069c2db63c12c (patch)
tree36dccd6a6a9d2132897907d8fa39b26d999eef28 /.github
parent1d84e916d6670d3e45ee4e164de12f415d580983 (diff)
meta: update label-pr-config
PR-URL: https://github.com/nodejs/node/pull/40199 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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