Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d6a56 commit 7f50313Copy full SHA for 7f50313
.github/label-pr-config.yml
@@ -100,12 +100,11 @@ subSystemLabels:
100
/^lib\/worker_threads.js$/: worker
101
/^lib\/internal\/url\.js$/: whatwg-url
102
/^lib\/internal\/modules\/esm/: esm
103
- /^lib\/internal\/quic\/*/: quic, dont-land-on-v14.x, dont-land-on-v12.x
104
105
# All other lib/ files map directly
106
/^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
+ /^lib(?:\/internal)?\/(\w+)\.js?$/: $1 # Other .js files
+ /^lib(?:\/internal)?\/(\w+)(?:\/|$)/: $1 # Subfolders
109
110
exlusiveLabels:
111
# more specific tests
0 commit comments