From 06706e8dd286b8c8ac554dabfe25031beb9fffb0 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40401 Reviewed-By: Antoine du Hamel Reviewed-By: Michaƫl Zasso Reviewed-By: Zijian Liu --- .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