From e74bb65ebcfb0f670735690714addaa8b9dafce9 Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Sat, 27 May 2023 01:10:38 +0200 Subject: [PATCH 1/3] doc: update codeowners with website team --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dd0d63d3828c02..38fc1c1a9c066f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,6 +18,10 @@ /LICENSE @nodejs/tsc /onboarding.md @nodejs/tsc +# website +/doc/api @nodejs/website +/tools/doc @nodejs/website + # streams /lib/_stream* @nodejs/streams From f4a169aa482bb24236fc2859198aa18f33a1f6c5 Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Sat, 27 May 2023 01:13:14 +0200 Subject: [PATCH 2/3] doc: added remaining doc folders to website --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 38fc1c1a9c066f..911c29d5380981 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -20,6 +20,8 @@ # website /doc/api @nodejs/website +/doc/api_assets @nodejs/website +/doc/template.html @nodejs/website /tools/doc @nodejs/website # streams From f5d6585ee9b3fbbf58a6153c56aefe8d04812dbf Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Sat, 27 May 2023 02:03:17 +0200 Subject: [PATCH 3/3] doc: do not ping to /api/ --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 911c29d5380981..47e420a9457bb8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,7 +19,6 @@ /onboarding.md @nodejs/tsc # website -/doc/api @nodejs/website /doc/api_assets @nodejs/website /doc/template.html @nodejs/website /tools/doc @nodejs/website