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>
This commit is contained in:
Judith Malnick 2025-03-11 12:51:47 -07:00 committed by GitHub
parent fab36cdf29
commit 360e2f9d83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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