@@ -99,10 +99,11 @@ subSystemLabels:
99
99
/^lib\/\w+\/streams$/ : stream
100
100
/^lib\/.*http2/ : http2
101
101
/^lib\/worker_threads.js$/ : worker
102
+ /^lib\/test.js$/ : test_runner, dont-land-on-v14.x
102
103
/^lib\/internal\/url\.js$/ : whatwg-url
103
104
/^lib\/internal\/modules\/esm/ : esm
104
105
/^lib\/internal\/webstreams/ : web streams
105
- /^lib\/internal\/test_runner/ : dont-land-on-v14.x
106
+ /^lib\/internal\/test_runner/ : test_runner, dont-land-on-v14.x
106
107
107
108
# All other lib/ files map directly
108
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
141
142
# Add worker label to PRs that affect doc/api/worker_threads.md
142
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
143
146
# Automatically tag JS subsystem-specific API doc changes
144
147
/^doc\/api\/(\w+)\.md$/ : doc, $1
145
148
# Add deprecations label to PRs that affect doc/api/deprecations.md
0 commit comments