From 19ad471d52622c4f728c5e7248a68e8283f3daa9 Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Mon, 29 May 2023 11:22:05 +0200 Subject: [PATCH] doc: update codeowners with website team PR-URL: https://github.com/nodejs/node/pull/48197 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0479d38adc9bc7..21bebeb4fc5dbc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,6 +18,11 @@ /LICENSE @nodejs/tsc /onboarding.md @nodejs/tsc +# website +/doc/api_assets @nodejs/website +/doc/template.html @nodejs/website +/tools/doc @nodejs/website + # streams /lib/_stream* @nodejs/streams