Skip to content

Commit 526a4e0

Browse files
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
1 parent 3c57915 commit 526a4e0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CODEOWNERS

+12-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,15 @@ builtin/provisioners/file @hashicorp/terraform-core
2828
builtin/provisioners/local-exec @hashicorp/terraform-core
2929
builtin/provisioners/remote-exec @hashicorp/terraform-core
3030

31-
# Docs on developer.hashicorp.com/terraform/docs
32-
website/ @hashicorp/terraform-core @hashicorp/terraform-education @hashicorp/web-presence
31+
# engineering and web presence get notified of, and can approve changes to web tooling, but not content at on developer.hashicorp.com/terraform/docs
32+
33+
/website/ @hashicorp/web-presence @hashicorp/terraform-core
34+
/website/data/
35+
/website/public/
36+
/website/content/
37+
38+
# education and engineering get notified of, and can approve changes to web content at on developer.hashicorp.com/terraform/docs
39+
40+
/website/data/ @hashicorp/terraform-education @hashicorp/terraform-core
41+
/website/public/ @hashicorp/terraform-education @hashicorp/terraform-core
42+
/website/content/ @hashicorp/terraform-education @hashicorp/terraform-core

0 commit comments

Comments
 (0)