From 360e2f9d83df8700d8dcd8b4131fcbd35eb58854 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Tue, 11 Mar 2025 12:51:47 -0700 Subject: [PATCH] Add web engineering to the CODEOWNERS file for website tooling, but not content. (#29418) * Add web eng permissions for website tooling, but not content * remove vault eng from website directory * remove vault eng from block comments * Update CODEOWNERS Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * let education approve PRs that contain redicrets --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --- CODEOWNERS | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 53e46b6241..e5cd27e58c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -31,7 +31,21 @@ /vault/plugin_catalog.go @hashicorp/vault-ecosystem # Content on developer.hashicorp.com -/website/ @hashicorp/vault-education-approvers + +# Web presence gets notified of, and can approve changes to web tooling, but not content. + +/website/ @hashicorp/web-presence +/website/data/ +/website/public/ +/website/content/ + +# Education gets notified of, and can approve changes to web content. + +/website/data/ @hashicorp/vault-education-approvers +/website/public/ @hashicorp/vault-education-approvers +/website/content/ @hashicorp/vault-education-approvers +/website/templates/ @hashicorp/vault-education-approvers +/website/redirects.js @hashicorp/vault-education-approvers # Plugin docs /website/content/docs/plugins/ @hashicorp/vault-ecosystem @hashicorp/vault-education-approvers