From b3013e120ac5389a8a0705371232db9bbd9010bd Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Mon, 5 Aug 2024 09:14:55 +0200 Subject: [PATCH] tools: add strip-types to label system PR-URL: https://github.com/nodejs/node/pull/54185 Reviewed-By: Jake Yuesong Li Reviewed-By: Chengzhong Wu Reviewed-By: Moshe Atlow Reviewed-By: Yagiz Nizipli Reviewed-By: Trivikram Kamat --- .github/label-pr-config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index b3aaa0bf2c..e9199bc1e5 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -81,6 +81,7 @@ subSystemLabels: /^deps\/nghttp2\/nghttp2\.gyp/: build, http2 /^deps\/nghttp2\//: http2 /^deps\/ngtcp2\//: quic + /^deps\/amaro\//: strip-types /^deps\/([^/]+)/: dependencies, $1 ## JS subsystems @@ -122,6 +123,7 @@ exlusiveLabels: /^test\/fixtures\/es-module/: test, esm /^test\/es-module\//: test, esm /^test\/fixtures\/wpt\/streams\//: test, web streams + /^test\/fixtures\/typescript/: test, strip-types /^test\//: test @@ -141,6 +143,8 @@ exlusiveLabels: # Add deprecations label to PRs that affect doc/api/deprecations.md /^doc\/api\/deprecations.md$/: doc, deprecations /^doc\/changelogs\//: release + # Specific map for typescript.md as it should be labeled 'strip-types' + /^doc\/api\/typescript.md$/: doc, strip-types /^doc\//: doc @@ -190,6 +194,7 @@ allJsSubSystems: - sqlite - stream - string_decoder + - strip-types - timers - tls - trace_events