mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: add config subspace
PR-URL: https://github.com/nodejs/node/pull/57239 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
This commit is contained in:
6
.github/label-pr-config.yml
vendored
6
.github/label-pr-config.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/tools.yml
vendored
2
.github/workflows/tools.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user