Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMestery <mestery@pm.me>2021-10-10 22:36:08 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-10-14 14:55:09 +0300
commitb80b85e130a2a04a69c8fc846e27236a86107a80 (patch)
treeaa79d674b68e484ed50d6277b8228bdc258e4dc6 /.github
parent795108a63d14aedfcc1b320b0754c464ea794e49 (diff)
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>
Diffstat (limited to '.github')
-rw-r--r--.github/label-pr-config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml
index 313e928c4d3..93aeaab0257 100644
--- a/.github/label-pr-config.yml
+++ b/.github/label-pr-config.yml
@@ -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