From 333f51456fe69c31b0ededb1b647ced46a5a3ba6 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Wed, 29 Jan 2025 07:48:46 -0800 Subject: [PATCH] Remove web team from CODEOWNERS for content directories (#5476) * remove web team from contenet directories * fix the name of the education team * re-remove old section for education and web --- CODEOWNERS | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 2520668fd3..c307950dda 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,6 +2,15 @@ # the repo, unless a later match takes precedence. * @hashicorp/boundary -# web presence and education +# engineering and web presence get notified of, and can approve changes to, web tooling, but not content. -/website/ @hashicorp/boundary-education-approvers @hashicorp/web-presence @hashicorp/boundary \ No newline at end of file +/website/ @hashicorp/web-presence @hashicorp/boundary +/website/data/ +/website/public/ +/website/content/ + +# education and engineering get notified of, and can approve changes to web content. + +/website/data/ @hashicorp/boundary-education-approvers @hashicorp/boundary +/website/public/ @hashicorp/boundary-education-approvers @hashicorp/boundary +/website/content/ @hashicorp/boundary-education-approvers @hashicorp/boundary