From 504b486c5c9e78031859f486ca45db04424b5c30 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. --- .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 f16b9ba8e51808..13606216118524 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