From 1924d897ad849fff2f70ecef1a90ab2793aa23d8 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Thu, 4 Aug 2022 01:01:53 +0800 Subject: [PATCH] meta: add codeowner for src/node_snapshot* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/44113 Reviewed-By: Matteo Collina Reviewed-By: Richard Lau Reviewed-By: Darshan Sen Reviewed-By: Joyee Cheung Reviewed-By: Tobias Nießen --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4170038a0ac0fc..4708568325cabe 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -109,6 +109,7 @@ /src/node.cc @nodejs/startup /src/node_code_cache_stub.cc @nodejs/startup /src/node_native_module* @nodejs/startup +/src/node_snapshot* @nodejs/startup /lib/internal/bootstrap/* @nodejs/startup /tools/code_cache/* @nodejs/startup /tools/snapshot/* @nodejs/startup