Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiawen Geng <technicalcute@gmail.com>2021-05-06 14:42:57 +0300
committergengjiawen <technicalcute@gmail.com>2021-05-08 10:50:46 +0300
commit52e4fb5b23157222d85b9275f7ccdfa88fe88d0f (patch)
treed331e6a314192affa40e254ff4b45e99850403e3 /.github
parent29f1b609ba5d12d3903379bb72ff5aa6e6225568 (diff)
meta: add v8 team
PR-URL: https://github.com/nodejs/node/pull/38566 Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index a0e26501434..95363251fe4 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -115,3 +115,7 @@
/lib/internal/bootstrap/* @nodejs/startup
/tools/code_cache/* @nodejs/startup
/tools/snapshot/* @nodejs/startup
+
+# V8
+/deps/v8/* @nodejs/v8-update
+/tools/v8_gypfiles/* @nodejs/v8-update