Skip to content

Commit c4f192b

Browse files
joyeecheungdanielleadams
authored andcommitted
meta: add single-executable labels and code owners
PR-URL: #47004 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 5e008e7 commit c4f192b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/CODEOWNERS

+10
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,13 @@
140140
/lib/test.js @nodejs/test_runner
141141
/lib/internal/main/test_runner.js @nodejs/test_runner
142142
/lib/internal/test_runner/* @nodejs/test_runner
143+
144+
# Single Executable Applications
145+
/deps/postject @nodejs/single-executable
146+
/doc/api/single-executable-applications.md @nodejs/single-executable
147+
/doc/contributing/maintaining-postject.md @nodejs/single-executable
148+
/doc/contributing/maintaining-single-executable-application-support.md @nodejs/single-executable
149+
/src/node_sea* @nodejs/single-executable
150+
/test/fixtures/postject-copy @nodejs/single-executable
151+
/test/parallel/test-single-executable-* @nodejs/single-executable
152+
/tools/dep_updaters/update-postject.sh @nodejs/single-executable

.github/label-pr-config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ subSystemLabels:
3333
/^src\/node_worker/: c++, worker
3434
/^src\/quic\/*/: c++, quic, dont-land-on-v14.x
3535
/^src\/node_bob*/: c++, quic, dont-land-on-v14.x
36+
/^src\/node_sea/: single-executable
3637

3738
# don't label python files as c++
3839
/^src\/.+\.py$/: python, needs-ci

0 commit comments

Comments
 (0)