mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02: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:
parent
9df0ff7015
commit
478a2e656d
2 changed files with 7 additions and 1 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue