From 25bc1433a35418120f53b81199e3ad7027107b9d Mon Sep 17 00:00:00 2001 From: Mestery Date: Sun, 10 Oct 2021 21:36:08 +0200 Subject: [PATCH] meta: add `typings` to label-pr-config --- .github/label-pr-config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index 313e928c4d3558..93aeaab0257369 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