Skip to content

Commit eaa5957

Browse files
Mesteerynodejs-github-bot
authored andcommitted
meta: update label-pr-config
PR-URL: #40199 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 1d84e91 commit eaa5957

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/label-pr-config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,11 @@ subSystemLabels:
100100
/^lib\/worker_threads.js$/: worker
101101
/^lib\/internal\/url\.js$/: whatwg-url
102102
/^lib\/internal\/modules\/esm/: esm
103-
/^lib\/internal\/quic\/*/: quic, dont-land-on-v14.x, dont-land-on-v12.x
104103

105104
# All other lib/ files map directly
106105
/^lib\/_(\w+)_\w+\.js?$/: $1 # e.g. _(stream)_wrap
107-
/^lib(\/internal)?\/(\w+)\.js?$/: $2 # Other .js files
108-
/^lib\/internal\/(\w+)(?:\/|$)/: $1 # internal subfolders
106+
/^lib(?:\/internal)?\/(\w+)\.js?$/: $1 # Other .js files
107+
/^lib(?:\/internal)?\/(\w+)(?:\/|$)/: $1 # Subfolders
109108

110109
exlusiveLabels:
111110
# more specific tests

0 commit comments

Comments
 (0)