Skip to content

Commit e218b7c

Browse files
marco-ippolitotargos
authored andcommitted
tools: add strip-types to label system
PR-URL: #54185 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 5a1afb2 commit e218b7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/label-pr-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ subSystemLabels:
8181
/^deps\/nghttp2\/nghttp2\.gyp/: build, http2
8282
/^deps\/nghttp2\//: http2
8383
/^deps\/ngtcp2\//: quic
84+
/^deps\/amaro\//: strip-types
8485
/^deps\/([^/]+)/: dependencies, $1
8586

8687
## JS subsystems
@@ -122,6 +123,7 @@ exlusiveLabels:
122123
/^test\/fixtures\/es-module/: test, esm
123124
/^test\/es-module\//: test, esm
124125
/^test\/fixtures\/wpt\/streams\//: test, web streams
126+
/^test\/fixtures\/typescript/: test, strip-types
125127

126128
/^test\//: test
127129

@@ -141,6 +143,8 @@ exlusiveLabels:
141143
# Add deprecations label to PRs that affect doc/api/deprecations.md
142144
/^doc\/api\/deprecations.md$/: doc, deprecations
143145
/^doc\/changelogs\//: release
146+
# Specific map for typescript.md as it should be labeled 'strip-types'
147+
/^doc\/api\/typescript.md$/: doc, strip-types
144148

145149
/^doc\//: doc
146150

@@ -190,6 +194,7 @@ allJsSubSystems:
190194
- sqlite
191195
- stream
192196
- string_decoder
197+
- strip-types
193198
- timers
194199
- tls
195200
- trace_events

0 commit comments

Comments
 (0)