mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
1d84e916d6
commit
eaa59571e0
5
.github/label-pr-config.yml
vendored
5
.github/label-pr-config.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user