@@ -27,7 +27,7 @@ subSystemLabels:
2727 /^src\/node_zlib/ : c++, zlib
2828 /^src\/tracing/ : c++, tracing
2929 /^src\/node_api/ : c++, n-api
30- /^src\/node_http2/ : c++, http2, dont-land-on-v6.x
30+ /^src\/node_http2/ : c++, http2
3131 /^src\/node_report/ : c++, report
3232 /^src\/node_wasi/ : c++, wasi
3333 /^src\/node_worker/ : c++, worker
@@ -78,8 +78,8 @@ subSystemLabels:
7878 /^deps\/v8\/tools\/gen-postmortem-metadata\.py/ : V8 Engine, post-mortem
7979 /^deps\/v8\// : V8 Engine
8080 /^deps\/uvwasi\// : wasi
81- /^deps\/nghttp2\/nghttp2\.gyp/ : build, http2, dont-land-on-v6.x
82- /^deps\/nghttp2\// : http2, dont-land-on-v6.x
81+ /^deps\/nghttp2\/nghttp2\.gyp/ : build, http2
82+ /^deps\/nghttp2\// : http2
8383 /^deps\/ngtcp2\// : quic, dont-land-on-v14.x, dont-land-on-v12.x
8484 /^deps\/nghttp3\// : quic, dont-land-on-v14.x, dont-land-on-v12.x
8585 /^deps\/([^/]+)/ : $1
@@ -94,7 +94,7 @@ subSystemLabels:
9494 /^lib\/\w+\/v8_prof_/ : tools
9595 /^lib\/\w+\/socket_list/ : net
9696 /^lib\/\w+\/streams$/ : stream
97- /^lib\/.*http2/ : http2, dont-land-on-v6.x
97+ /^lib\/.*http2/ : http2
9898 /^lib\/worker_threads.js$/ : worker
9999 /^lib\/internal\/url\.js$/ : url-whatwg
100100 /^lib\/internal\/modules\/esm/ : ES Modules
0 commit comments