From 43cba1dcf18057d85b5eb696661aa51bdd94bd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 1 Jun 2021 12:17:45 +0200 Subject: [PATCH] build: dont-land gyp-next PRs on LTS branches gyp-next doesn't support Python 3 anymore so we can't backport its updates. PR-URL: https://github.com/nodejs/node/pull/38887 Reviewed-By: Richard Lau Reviewed-By: Beth Griggs Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Jiawen Geng --- .github/label-pr-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index bd405e684ee..13b8b2f72b1 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -54,7 +54,7 @@ subSystemLabels: /^vcbuild\.bat$/: build, windows, needs-ci /^(android-)?configure|node\.gyp|common\.gypi$/: build, needs-ci # more specific tools - /^tools\/gyp/: tools, build, needs-ci + /^tools\/gyp/: tools, build, needs-ci, dont-land-on-v14.x, dont-land-on-v12.x /^tools\/doc\//: tools, doc /^tools\/icu\//: tools, intl, needs-ci /^tools\/(?:osx-pkg\.pmdoc|pkgsrc)\//: tools, macos, install