From 6096b86b0e1c9d0c63c6d33cebb2cfb3cf909b83 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Wed, 29 Jan 2025 10:13:25 -0500 Subject: [PATCH] Remove web team from CODEOWNERS for content directories The web team was getting a lot of noise from my recent code owner changes, so we decided together to remove them from the CODEOWNERS for docs content directories. --- CODEOWNERS | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index c52d5754e..15549224e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,6 +2,16 @@ # release configuration -# web presence and education -/website/ @hashicorp/team-docs-packer-and-terraform @hashicorp/web-presence @hashicorp/packer \ No newline at end of file +# engineering and web presence get notified of, and can approve changes to web tooling, but not content. + +/website/ @hashicorp/web-presence @hashicorp/packer +/website/data/ +/website/public/ +/website/content/ + +# education and engineering get notified of, and can approve changes to web content. + +/website/data/ @hashicorp/team-docs-packer-and-terraform @hashicorp/packer +/website/public/ @hashicorp/team-docs-packer-and-terraform @hashicorp/packer +/website/content/ @hashicorp/team-docs-packer-and-terraform @hashicorp/packer