From 5203c9ced7e937fc6ea56316eaf238a500230dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 1 Jun 2021 12:12:27 +0200 Subject: [PATCH] build: fast-track npm PRs and dont-land them on LTS PR-URL: https://github.com/nodejs/node/pull/38885 Reviewed-By: Richard Lau Reviewed-By: Ruy Adorno Reviewed-By: Jiawen Geng --- .github/label-pr-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index 13b8b2f72b1e09..ca23908800ed2b 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -78,6 +78,7 @@ subSystemLabels: /^deps\/v8\/tools\/gen-postmortem-metadata\.py/: V8 Engine, post-mortem /^deps\/v8\//: V8 Engine /^deps\/uvwasi\//: wasi + /^deps\/npm\//: npm, dont-land-on-v14.x, dont-land-on-v12.x /^deps\/nghttp2\/nghttp2\.gyp/: build, http2 /^deps\/nghttp2\//: http2 /^deps\/ngtcp2\//: quic, dont-land-on-v14.x, dont-land-on-v12.x