8000
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 7c5c19e commit 2efe4d9Copy full SHA for 2efe4d9
.github/label-pr-config.yml
@@ -99,10 +99,11 @@ subSystemLabels:
99
/^lib\/\w+\/streams$/: stream
100
/^lib\/.*http2/: http2
101
/^lib\/worker_threads.js$/: worker
102
+ /^lib\/test.js$/: test_runner, dont-land-on-v14.x
103
/^lib\/internal\/url\.js$/: whatwg-url
104
/^lib\/internal\/modules\/esm/: esm
105
/^lib\/internal\/webstreams/: web streams
- /^lib\/internal\/test_runner/: dont-land-on-v14.x
106
+ /^lib\/internal\/test_runner/: test_runner, dont-land-on-v14.x
107
108
# All other lib/ files map directly
109
/^lib\/_(\w+)_\w+\.js?$/: $1 # e.g. _(stream)_wrap
@@ -140,6 +141,8 @@ exlusiveLabels:
140
141
/^doc\/api\/quic.md$/: doc, quic, dont-land-on-v14.x, dont-land-on-v12.x
142
# Add worker label to PRs that affect doc/api/worker_threads.md
143
/^doc\/api\/worker_threads.md$/: doc, worker
144
+ # test runner documentation
145
+ /^doc\/api\/test.md$/: doc, test_runner, dont-land-on-v14.x
146
# Automatically tag JS subsystem-specific API doc changes
147
/^doc\/api\/(\w+)\.md$/: doc, $1
148
# Add deprecations label to PRs that affect doc/api/deprecations.md