Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-06-01 13:14:43 +0300
committerMichaël Zasso <targos@protonmail.com>2021-06-02 15:53:58 +0300
commit3ec7f300c1633d0cbf081e0366858d373e008fdc (patch)
treeaaa83272e5001d1df9024fe21e44b8718750fbef /.github
parentdef57580fce7a0ca6acd215371028efc7fdb3f5f (diff)
build: remove outdated dont-land-on-v6.x label
PR-URL: https://github.com/nodejs/node/pull/38886 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/label-pr-config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml
index f16b9ba8e51..bd405e684ee 100644
--- a/.github/label-pr-config.yml
+++ b/.github/label-pr-config.yml
@@ -27,7 +27,7 @@ subSystemLabels:
/^src\/node_zlib/: c++, zlib
/^src\/tracing/: c++, tracing
/^src\/node_api/: c++, n-api
- /^src\/node_http2/: c++, http2, dont-land-on-v6.x
+ /^src\/node_http2/: c++, http2
/^src\/node_report/: c++, report
/^src\/node_wasi/: c++, wasi
/^src\/node_worker/: c++, worker
@@ -78,8 +78,8 @@ subSystemLabels:
/^deps\/v8\/tools\/gen-postmortem-metadata\.py/: V8 Engine, post-mortem
/^deps\/v8\//: V8 Engine
/^deps\/uvwasi\//: wasi
- /^deps\/nghttp2\/nghttp2\.gyp/: build, http2, dont-land-on-v6.x
- /^deps\/nghttp2\//: http2, dont-land-on-v6.x
+ /^deps\/nghttp2\/nghttp2\.gyp/: build, http2
+ /^deps\/nghttp2\//: http2
/^deps\/ngtcp2\//: quic, dont-land-on-v14.x, dont-land-on-v12.x
/^deps\/nghttp3\//: quic, dont-land-on-v14.x, dont-land-on-v12.x
/^deps\/([^/]+)/: $1
@@ -94,7 +94,7 @@ subSystemLabels:
/^lib\/\w+\/v8_prof_/: tools
/^lib\/\w+\/socket_list/: net
/^lib\/\w+\/streams$/: stream
- /^lib\/.*http2/: http2, dont-land-on-v6.x
+ /^lib\/.*http2/: http2
/^lib\/worker_threads.js$/: worker
/^lib\/internal\/url\.js$/: url-whatwg
/^lib\/internal\/modules\/esm/: ES Modules