summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarco Ippolito <marcoippolito54@gmail.com>2023-05-02 19:03:23 +0200
committerGitHub <noreply@github.com>2023-05-02 17:03:23 +0000
commit109ab0a89cdeff5717a2a16edd27bafecc104cf6 (patch)
tree489b3df628bbc4ef16414bbb1d7c9a9706b1a160 /.github
parentab434d23271349d12a7422fcb37845772f190507 (diff)
downloadnode-new-109ab0a89cdeff5717a2a16edd27bafecc104cf6.tar.gz
doc: create maintaining folder for deps
PR-URL: https://github.com/nodejs/node/pull/47589 Refs: https://github.com/nodejs/security-wg/issues/828 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 06a4090313..49d850eea5 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -146,8 +146,7 @@
# 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
+/doc/contributing/maintaining/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