Skip to content

Commit 2b2267f

Browse files
marco-ippolitotargos
authored andcommitted
tools: add config subspace
PR-URL: #57239 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
1 parent 5054fc7 commit 2b2267f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/label-pr-config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ subSystemLabels:
3434
/^src\/node_bob*/: c++, quic
3535
/^src\/node_sea/: single-executable
3636
/^src\/node_sqlite.*/: c++, sqlite
37+
/^src\/node_config_file.*/: c++, config
38+
/^src\/node_dotenv.*/: c++, config
39+
/^src\/node_options.*/: c++, config
3740

3841
# Properly label changes to V8 inspector integration-related files
3942
/^src\/inspector_/: c++, inspector, needs-ci
@@ -149,6 +152,8 @@ exlusiveLabels:
149152
# Specific map for typescript.md as it should be labeled 'strip-types'
150153
/^doc\/api\/typescript.md$/: doc, strip-types
151154

155+
/^doc\/node-config-schema.json$/: doc, config
156+
152157
/^doc\//: doc
153158

154159
# More specific benchmarks
@@ -168,6 +173,7 @@ allJsSubSystems:
168173
- buffer
169174
- child_process
170175
- cluster
176+
- config
171177
- console
172178
- crypto
173179
- debugger

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
run: |
237237
node ./tools/dep_updaters/update-root-certs.mjs -v -f "$GITHUB_ENV"
238238
- id: simdjson
239-
subsystem: deps
239+
subsystem: deps, config
240240
label: dependencies
241241
run: |
242242
./tools/dep_updaters/update-simdjson.sh > temp-output

0 commit comments

Comments
 (0)