meta: add typings to label-pr-config

PR-URL: https://github.com/nodejs/node/pull/40401
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
This commit is contained in:
Mestery 2021-10-10 21:36:08 +02:00 committed by Node.js GitHub Bot
parent 795108a63d
commit b80b85e130

View File

@ -71,6 +71,7 @@ subSystemLabels:
# all other tool changes should be marked as such
/^tools\//: tools
/^\.eslint|\.remark|\.editorconfig/: tools
/^typings\//: typings
## Dependencies
# libuv needs an explicit mapping, as the ordinary /deps/ mapping below would
@ -186,6 +187,7 @@ allJsSubSystems:
- timers
- tls
- tty
- typings
- url
- util
- v8