Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2efe4d9

Browse filesBrowse files
MoLowdanielleadams
authored andcommitted
meta: label test.js and test.md with test_runner label
PR-URL: #44863 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 7c5c19e commit 2efe4d9
Copy full SHA for 2efe4d9

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Open diff view settings
Collapse file

‎.github/label-pr-config.yml‎

Copy file name to clipboardExpand all lines: .github/label-pr-config.yml
+4-1Lines changed: 4 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.