From 890daba4322b7a668ea7145d41d16eb4474bcfa1 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Mon, 27 Jan 2025 05:57:58 -0800 Subject: [PATCH] Remove web team from CODEOWNERS for content directories (#24946) --- CODEOWNERS | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index b74635d29..9114b8977 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -7,6 +7,15 @@ * @hashicorp/github-nomad-core @hashicorp/nomad-eng -# web presence and education +# engineering and web presence get notified of, and can approve changes to web tooling, but not content. -/website/ @hashicorp/nomad-docs @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng +/website/ @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng +/website/data/ +/website/public/ +/website/content/ + +# education and engineering get notified of, and can approve changes to web content. + +/website/data/ @hashicorp/nomad-docs @hashicorp/github-nomad-core @hashicorp/nomad-eng +/website/public/ @hashicorp/nomad-docs @hashicorp/github-nomad-core @hashicorp/nomad-eng +/website/content/ @hashicorp/nomad-docs @hashicorp/github-nomad-core @hashicorp/nomad-eng