Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4219c1e

Browse filesBrowse files
joyeecheungtargos
authored andcommitted
meta: add single-executable labels and code owners
PR-URL: #47004 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 13f14a5 commit 4219c1e
Copy full SHA for 4219c1e

File tree

Expand file treeCollapse file tree

2 files changed

+11
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+11
-0
lines changed
Open diff view settings
Collapse file

‎.github/CODEOWNERS‎

Copy file name to clipboardExpand all lines: .github/CODEOWNERS
+10Lines changed: 10 additions & 0 deletions
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
Collapse file

‎.github/label-pr-config.yml‎

Copy file name to clipboardExpand all lines: .github/label-pr-config.yml
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.