From 37c7848403b83732be7924718e4028397c64be25 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Fri, 13 Dec 2024 13:54:27 -0800 Subject: [PATCH 1/2] add education web presence ability to approve PRs to relavent website files --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 922ee27f4..5d5ed18c4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,6 @@ * @hashicorp/terraform-devex + +# web presence and education + + +/website/ @hashicorp/team-docs-packer-and-terraform @hashicorp/web-presence @hashicorp/terraform-devex From cde18b1ac91cd90407986426acaf3d5bce7dc348 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Mon, 27 Jan 2025 11:42:50 -0800 Subject: [PATCH 2/2] Remove web team from CODEOWNERS for content directories --- .github/CODEOWNERS | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5d5ed18c4..0a1e51965 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +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/web-presence @hashicorp/terraform-devex +/website/data/ +/website/public/ +/website/content/ -/website/ @hashicorp/team-docs-packer-and-terraform @hashicorp/web-presence @hashicorp/terraform-devex +# 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