Remove web team from CODEOWNERS for content directories (#24946)

This commit is contained in:
Judith Malnick
2025-01-27 05:57:58 -08:00
committed by GitHub
parent 1356880962
commit 890daba432

View File

@@ -7,6 +7,15 @@
* @hashicorp/github-nomad-core @hashicorp/nomad-eng
# web presence and education
# engineering and web presence get notified of, and can approve changes to web tooling, but not content.
/website/ @hashicorp/nomad-docs @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng
/website/ @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng
/website/data/
/website/public/
/website/content/
# education and engineering get notified of, and can approve changes to web content.
/website/data/ @hashicorp/nomad-docs @hashicorp/github-nomad-core @hashicorp/nomad-eng
/website/public/ @hashicorp/nomad-docs @hashicorp/github-nomad-core @hashicorp/nomad-eng
/website/content/ @hashicorp/nomad-docs @hashicorp/github-nomad-core @hashicorp/nomad-eng