From ae897dad32e8df3927ae90add3064954325c757a Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Tue, 7 Mar 2023 23:27:56 +0100 Subject: [PATCH 1/2] meta: add single-executable labels and code owners --- .github/CODEOWNERS | 3 +++ .github/label-pr-config.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6a0e7fe0339501..cc66fdab2b1306 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -140,3 +140,6 @@ /lib/test.js @nodejs/test_runner /lib/internal/main/test_runner.js @nodejs/test_runner /lib/internal/test_runner/* @nodejs/test_runner + +# Single Executable Applications +/src/node_sea* @nodejs/single-executable diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index cfd5aeef6b94d7..85f3d810d1c296 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -33,6 +33,7 @@ subSystemLabels: /^src\/node_worker/: c++, worker /^src\/quic\/*/: c++, quic, dont-land-on-v14.x /^src\/node_bob*/: c++, quic, dont-land-on-v14.x + /^src\/node_sea/: single-executable # don't label python files as c++ /^src\/.+\.py$/: python, needs-ci From d20d6430f6d73ca2ec801c49cf7a645176b75449 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 9 Mar 2023 11:38:10 +0100 Subject: [PATCH 2/2] fixup! meta: add single-executable labels and code owners #47004 Co-authored-by: Darshan Sen --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cc66fdab2b1306..0a7df2ac7d8565 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -142,4 +142,11 @@ /lib/internal/test_runner/* @nodejs/test_runner # Single Executable Applications +/deps/postject @nodejs/single-executable +/doc/api/single-executable-applications.md @nodejs/single-executable +/doc/contributing/maintaining-postject.md @nodejs/single-executable +/doc/contributing/maintaining-single-executable-application-support.md @nodejs/single-executable /src/node_sea* @nodejs/single-executable +/test/fixtures/postject-copy @nodejs/single-executable +/test/parallel/test-single-executable-* @nodejs/single-executable +/tools/dep_updaters/update-postject.sh @nodejs/single-executable