File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 140
140
/lib /test.js @ nodejs/test_runner
141
141
/lib /internal /main /test_runner.js @ nodejs/test_runner
142
142
/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
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ subSystemLabels:
33
33
/^src\/node_worker/ : c++, worker
34
34
/^src\/quic\/*/ : c++, quic, dont-land-on-v14.x
35
35
/^src\/node_bob*/ : c++, quic, dont-land-on-v14.x
36
+ /^src\/node_sea/ : single-executable
36
37
37
38
# don't label python files as c++
38
39
/^src\/.+\.py$/ : python, needs-ci
You can’t perform that action at this time.
0 commit comments