From 9c17b903c6829739e729cfcb9f5292eb235a236d Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sun, 30 Apr 2023 19:35:21 +0200 Subject: [PATCH] meta: ping nodejs/startup for startup test changes PR-URL: https://github.com/nodejs/node/pull/47771 Reviewed-By: Luigi Pinca Reviewed-By: Darshan Sen Reviewed-By: Chengzhong Wu Reviewed-By: Rafael Gonzaga --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d26fb30e3cdc44..06a40903132642 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -115,6 +115,8 @@ # Startup +/test/parallel/test-snapshot-* @nodejs/startup +/test/parallel/test-bootstrap-* @nodejs/startup /benchmark/misc/startup.js @nodejs/startup /src/node.cc @nodejs/startup /src/node_realm* @nodejs/startup @nodejs/realm