mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: add strip-types to label system
PR-URL: https://github.com/nodejs/node/pull/54185 Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
5
.github/label-pr-config.yml
vendored
5
.github/label-pr-config.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user