From 4219c1e893e48a1d42fa2cbe7f3b233b754e8954 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Fri, 10 Mar 2023 12:47:47 +0100 Subject: [PATCH] meta: add single-executable labels and code owners PR-URL: https://github.com/nodejs/node/pull/47004 Reviewed-By: Antoine du Hamel Reviewed-By: Darshan Sen --- .github/CODEOWNERS | 10 ++++++++++ .github/label-pr-config.yml | 1 + 2 files changed, 11 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6a0e7fe0339501..0a7df2ac7d8565 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -140,3 +140,13 @@ /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 +/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 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