From bd274d6824011a4583453c4f1a66a6e96e35626c Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Tue, 17 Dec 2024 12:40:34 -0800 Subject: [PATCH 1/2] let education and web presence approve PRs to website files --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 922ee27f4..14e27eeff 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,5 @@ * @hashicorp/terraform-devex + +# web presence and education + +/website/ @hashicorp/team-docs-packer-and-terraform @hashicorp/web-presence @hashicorp/terraform-devex From 15dd1523717dff01d05ed387e2ec18822c71afe1 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Mon, 27 Jan 2025 12:12:25 -0800 Subject: [PATCH 2/2] Remove web team from CODEOWNERS for content directories --- .github/CODEOWNERS | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 14e27eeff..0a1e51965 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,14 @@ * @hashicorp/terraform-devex -# web presence and education +# engineering and web presence get notified of, and can approve changes to web tooling, but not content. -/website/ @hashicorp/team-docs-packer-and-terraform @hashicorp/web-presence @hashicorp/terraform-devex +/website/ @hashicorp/web-presence @hashicorp/terraform-devex +/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/terraform-devex +/website/public/ @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex +/website/content/ @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex