diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index b3aaa0bf2ce9b8..e9199bc1e517df 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