From 526a4e0de86fcf08a80d43807370b8fb51f35916 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Thu, 30 Jan 2025 15:00:28 -0800 Subject: [PATCH] Remove web team from CODEOWNERS for content directories (#36399) * let the web presence team approve PRs to the website directory * Remove web team from CODEOWNERS for content directories --- CODEOWNERS | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 8d71d19f8e..5c6f59fb75 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -28,5 +28,15 @@ builtin/provisioners/file @hashicorp/terraform-core builtin/provisioners/local-exec @hashicorp/terraform-core builtin/provisioners/remote-exec @hashicorp/terraform-core -# Docs on developer.hashicorp.com/terraform/docs -website/ @hashicorp/terraform-core @hashicorp/terraform-education @hashicorp/web-presence +# engineering and web presence get notified of, and can approve changes to web tooling, but not content at on developer.hashicorp.com/terraform/docs + +/website/ @hashicorp/web-presence @hashicorp/terraform-core +/website/data/ +/website/public/ +/website/content/ + +# education and engineering get notified of, and can approve changes to web content at on developer.hashicorp.com/terraform/docs + +/website/data/ @hashicorp/terraform-education @hashicorp/terraform-core +/website/public/ @hashicorp/terraform-education @hashicorp/terraform-core +/website/content/ @hashicorp/terraform-education @hashicorp/terraform-core