From a4dadde1bae1ec91887d5507d218b597493a3766 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sat, 8 Apr 2023 22:09:27 +0200 Subject: [PATCH] meta: ping startup and realm team on src/node_realm* changes PR-URL: https://github.com/nodejs/node/pull/47448 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Darshan Sen Reviewed-By: Chengzhong Wu Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca Reviewed-By: Rafael Gonzaga --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 89fe59412773d0..5c49bd87e3c81b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -117,6 +117,7 @@ /benchmark/misc/startup.js @nodejs/startup /src/node.cc @nodejs/startup +/src/node_realm* @nodejs/startup @nodejs/realm /src/node_builtins* @nodejs/startup /src/node_snapshot* @nodejs/startup /lib/internal/bootstrap/* @nodejs/startup