@@ -31,8 +31,8 @@ subSystemLabels:
3131 /^src\/node_report/ : c++, report
3232 /^src\/node_wasi/ : c++, wasi
3333 /^src\/node_worker/ : c++, worker
34- /^src\/quic\/*/ : c++, quic, dont-land-on-v14.x, dont-land-on-v12.x
35- /^src\/node_bob*/ : c++, quic, dont-land-on-v14.x, dont-land-on-v12.x
34+ /^src\/quic\/*/ : c++, quic, dont-land-on-v14.x
35+ /^src\/node_bob*/ : c++, quic, dont-land-on-v14.x
3636
3737 # don't label python files as c++
3838 /^src\/.+\.py$/ : python, needs-ci
@@ -54,7 +54,7 @@ subSystemLabels:
5454 /^vcbuild\.bat$/ : build, windows, needs-ci
5555 /^(android-)?configure|node\.gyp|common\.gypi$/ : build, needs-ci
5656 # more specific tools
57- /^tools\/gyp/ : tools, build, gyp, needs-ci, dont-land-on-v14.x, dont-land-on-v12.x
57+ /^tools\/gyp/ : tools, build, gyp, needs-ci, dont-land-on-v14.x
5858 /^tools\/doc\// : tools, doc
5959 /^tools\/icu\// : tools, i18n-api, icu, needs-ci
6060 /^tools\/(?:osx-pkg\.pmdoc|pkgsrc)\// : tools, macos, install
@@ -80,11 +80,11 @@ subSystemLabels:
8080 /^deps\/v8\/tools\/gen-postmortem-metadata\.py/ : v8 engine, python, post-mortem
8181 /^deps\/v8\// : v8 engine
8282 /^deps\/uvwasi\// : wasi
83- /^deps\/npm\// : npm, fast-track, dont-land-on-v14.x, dont-land-on-v12.x
83+ /^deps\/npm\// : npm, fast-track, dont-land-on-v14.x
8484 /^deps\/nghttp2\/nghttp2\.gyp/ : build, http2
8585 /^deps\/nghttp2\// : http2
86- /^deps\/ngtcp2\// : quic, dont-land-on-v14.x, dont-land-on-v12.x
87- /^deps\/nghttp3\// : quic, dont-land-on-v14.x, dont-land-on-v12.x
86+ /^deps\/ngtcp2\// : quic, dont-land-on-v14.x
87+ /^deps\/nghttp3\// : quic, dont-land-on-v14.x
8888 /^deps\/([^/]+)/ : dependencies, $1
8989
9090 # # JS subsystems
@@ -138,7 +138,7 @@ exlusiveLabels:
138138 # considered a subsystem of sorts
139139 /^doc\/api\/n-api.md$/ : doc, node-api
140140 # quic
141- /^doc\/api\/quic.md$/ : doc, quic, dont-land-on-v14.x, dont-land-on-v12.x
141+ /^doc\/api\/quic.md$/ : doc, quic, dont-land-on-v14.x
142142 # Add worker label to PRs that affect doc/api/worker_threads.md
143143 /^doc\/api\/worker_threads.md$/ : doc, worker
144144 # test runner documentation
0 commit comments