Skip to content

Commit 7f50313

Browse files
Mesteerytargos
authored andcommitted
meta: update label-pr-config
PR-URL: #40199 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 13d6a56 commit 7f50313

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)