Skip to content

Commit 2efe4d9

Browse files
MoLowdanielleadams
authored andcommitted
meta: label test.js and test.md with test_runner label
PR-URL: #44863 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7c5c19e commit 2efe4d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/label-pr-config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ subSystemLabels:
9999
/^lib\/\w+\/streams$/: stream
100100
/^lib\/.*http2/: http2
101101
/^lib\/worker_threads.js$/: worker
102+
/^lib\/test.js$/: test_runner, dont-land-on-v14.x
102103
/^lib\/internal\/url\.js$/: whatwg-url
103104
/^lib\/internal\/modules\/esm/: esm
104105
/^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
106107

107108
# All other lib/ files map directly
108109
/^lib\/_(\w+)_\w+\.js?$/: $1 # e.g. _(stream)_wrap
@@ -140,6 +141,8 @@ exlusiveLabels:
140141
/^doc\/api\/quic.md$/: doc, quic, dont-land-on-v14.x, dont-land-on-v12.x
141142
# Add worker label to PRs that affect doc/api/worker_threads.md
142143
/^doc\/api\/worker_threads.md$/: doc, worker
144+
# test runner documentation
145+
/^doc\/api\/test.md$/: doc, test_runner, dont-land-on-v14.x
143146
# Automatically tag JS subsystem-specific API doc changes
144147
/^doc\/api\/(\w+)\.md$/: doc, $1
145148
# Add deprecations label to PRs that affect doc/api/deprecations.md

0 commit comments

Comments
 (0)