From dc86592f20a463f41dc94dec3d8f7f5e3a6238d9 Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:34:11 -0400 Subject: [PATCH] meta: add module label for the lib/internal/modules folder PR-URL: https://github.com/nodejs/node/pull/52858 Reviewed-By: Luigi Pinca --- .github/label-pr-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index e9199bc1e51..ea3f1d145e4 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -99,6 +99,7 @@ subSystemLabels: /^lib\/test.js$/: test_runner /^lib\/internal\/url\.js$/: whatwg-url /^lib\/internal\/modules\/esm/: esm + /^lib\/internal\/modules/: module /^lib\/internal\/webstreams/: web streams /^lib\/internal\/test_runner/: test_runner