@@ -30,8 +30,8 @@ subSystemLabels:
3030/^src\/node_report/ : c++, report
3131/^src\/node_wasi/ : c++, wasi
3232/^src\/node_worker/ : c++, worker
33- /^src\/quic\/*/ : c++, quic, dont-land-on-v14.x
34- /^src\/node_bob*/ : c++, quic, dont-land-on-v14.x
33+ /^src\/quic\/*/ : c++, quic
34+ /^src\/node_bob*/ : c++, quic
3535/^src\/node_sea/ : single-executable
3636
3737# Properly label changes to V8 inspector integration-related files
@@ -51,7 +51,7 @@ subSystemLabels:
5151/^vcbuild\.bat$/ : build, windows, needs-ci
5252/^(?:android-)?configure|node\.gyp|common\.gypi$/ : build, needs-ci
5353# More specific tools
54- /^tools\/gyp/ : tools, build, gyp, needs-ci, dont-land-on-v14.x
54+ /^tools\/gyp/ : tools, build, gyp, needs-ci
5555/^tools\/doc\// : tools, doc
5656/^tools\/icu\// : tools, i18n-api, icu, needs-ci
5757/^tools\/osx-/ : tools, macos
@@ -76,10 +76,10 @@ subSystemLabels:
7676/^deps\/v8\/tools\/gen-postmortem-metadata\.py/ : v8 engine, python, post-mortem
7777/^deps\/v8\// : v8 engine
7878/^deps\/uvwasi\// : wasi
79- /^deps\/npm\// : npm, fast-track, dont-land-on-v14.x
79+ /^deps\/npm\// : npm, fast-track
8080/^deps\/nghttp2\/nghttp2\.gyp/ : build, http2
8181/^deps\/nghttp2\// : http2
82- /^deps\/ngtcp2\// : quic, dont-land-on-v14.x
82+ /^deps\/ngtcp2\// : quic
8383/^deps\/([^/]+)/ : dependencies, $1
8484
8585# # JS subsystems
@@ -94,11 +94,11 @@ subSystemLabels:
9494/^lib\/\w+\/streams$/ : stream
9595/^lib\/.*http2/ : http2
9696/^lib\/worker_threads.js$/ : worker
97- /^lib\/test.js$/ : test_runner, dont-land-on-v14.x
97+ /^lib\/test.js$/ : test_runner
9898/^lib\/internal\/url\.js$/ : whatwg-url
9999/^lib\/internal\/modules\/esm/ : esm
100100/^lib\/internal\/webstreams/ : web streams
101- /^lib\/internal\/test_runner/ : test_runner, dont-land-on-v14.x
101+ /^lib\/internal\/test_runner/ : test_runner
102102
103103# All other lib/ files map directly
104104/^lib\/_(\w+)_\w+\.js?$/ : $1 # e.g. _(stream)_wrap
@@ -134,7 +134,7 @@ exlusiveLabels:
134134# Add worker label to PRs that affect doc/api/worker_threads.md
135135/^doc\/api\/worker_threads.md$/ : doc, worker
136136# test_runner documentation
137- /^doc\/api\/test.md$/ : doc, test_runner, dont-land-on-v14.x
137+ /^doc\/api\/test.md$/ : doc, test_runner
138138# Automatically tag JS subsystem-specific API doc changes
139139/^doc\/api\/(\w+)\.md$/ : doc, $1
140140# Add deprecations label to PRs that affect doc/api/deprecations.md
0 commit comments