File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments