File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ subSystemLabels:
34
34
/^src\/node_bob*/ : c++, quic
35
35
/^src\/node_sea/ : single-executable
36
36
/^src\/node_sqlite.*/ : c++, sqlite
37
+ /^src\/node_config_file.*/ : c++, config
38
+ /^src\/node_dotenv.*/ : c++, config
39
+ /^src\/node_options.*/ : c++, config
37
40
38
41
# Properly label changes to V8 inspector integration-related files
39
42
/^src\/inspector_/ : c++, inspector, needs-ci
@@ -149,6 +152,8 @@ exlusiveLabels:
149
152
# Specific map for typescript.md as it should be labeled 'strip-types'
150
153
/^doc\/api\/typescript.md$/ : doc, strip-types
151
154
155
+ /^doc\/node-config-schema.json$/ : doc, config
156
+
152
157
/^doc\// : doc
153
158
154
159
# More specific benchmarks
@@ -168,6 +173,7 @@ allJsSubSystems:
168
173
- buffer
169
174
- child_process
170
175
- cluster
176
+ - config
171
177
- console
172
178
- crypto
173
179
- debugger
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236
236
run : |
237
237
node ./tools/dep_updaters/update-root-certs.mjs -v -f "$GITHUB_ENV"
238
238
- id : simdjson
239
- subsystem : deps
239
+ subsystem : deps, config
240
240
label : dependencies
241
241
run : |
242
242
./tools/dep_updaters/update-simdjson.sh > temp-output
You can’t perform that action at this time.
0 commit comments