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

* let the web presence team approve PRs to the website directory

* Remove web team from CODEOWNERS for content directories
pull/32630/merge
Judith Malnick 1 year ago committed by GitHub
parent 3c57915589
commit 526a4e0de8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,5 +28,15 @@ builtin/provisioners/file @hashicorp/terraform-core
builtin/provisioners/local-exec @hashicorp/terraform-core
builtin/provisioners/remote-exec @hashicorp/terraform-core
# Docs on developer.hashicorp.com/terraform/docs
website/ @hashicorp/terraform-core @hashicorp/terraform-education @hashicorp/web-presence
# engineering and web presence get notified of, and can approve changes to web tooling, but not content at on developer.hashicorp.com/terraform/docs
/website/ @hashicorp/web-presence @hashicorp/terraform-core
/website/data/
/website/public/
/website/content/
# education and engineering get notified of, and can approve changes to web content at on developer.hashicorp.com/terraform/docs
/website/data/ @hashicorp/terraform-education @hashicorp/terraform-core
/website/public/ @hashicorp/terraform-education @hashicorp/terraform-core
/website/content/ @hashicorp/terraform-education @hashicorp/terraform-core

Loading…
Cancel
Save