From 478a2e656d803970e93c06b961e3ab0c3cb5e9bf Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Sun, 9 Mar 2025 17:09:33 +0100 Subject: [PATCH] tools: add config subspace PR-URL: https://github.com/nodejs/node/pull/57239 Reviewed-By: Geoffrey Booth --- .github/label-pr-config.yml | 6 ++++++ .github/workflows/tools.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index 809ec49eb0..0b94dd5755 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -34,6 +34,9 @@ subSystemLabels: /^src\/node_bob*/: c++, quic /^src\/node_sea/: single-executable /^src\/node_sqlite.*/: c++, sqlite + /^src\/node_config_file.*/: c++, config + /^src\/node_dotenv.*/: c++, config + /^src\/node_options.*/: c++, config # Properly label changes to V8 inspector integration-related files /^src\/inspector_/: c++, inspector, needs-ci @@ -149,6 +152,8 @@ exlusiveLabels: # Specific map for typescript.md as it should be labeled 'strip-types' /^doc\/api\/typescript.md$/: doc, strip-types + /^doc\/node-config-schema.json$/: doc, config + /^doc\//: doc # More specific benchmarks @@ -168,6 +173,7 @@ allJsSubSystems: - buffer - child_process - cluster + - config - console - crypto - debugger diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index ef896961f7..94e2412722 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -236,7 +236,7 @@ jobs: run: | node ./tools/dep_updaters/update-root-certs.mjs -v -f "$GITHUB_ENV" - id: simdjson - subsystem: deps + subsystem: deps, config label: dependencies run: | ./tools/dep_updaters/update-simdjson.sh > temp-output