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:17:45 +0300
committerMichaël Zasso <targos@protonmail.com>2021-06-03 18:27:14 +0300
commit43cba1dcf18057d85b5eb696661aa51bdd94bd84 (patch)
tree8850458ebf39719f211f1fde974216ef52c5ee45 /.github
parent2481facd9ff3af57924c2391c507f13abf73ba3a (diff)
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 <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/label-pr-config.yml2
1 files changed, 1 insertions, 1 deletions
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