From 2ac7af3d675d83e2107abff6a5cf0582c8ad5a22 Mon Sep 17 00:00:00 2001 From: Nara Kasbergen Kwon <855115+xiehan@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:19:27 +0100 Subject: [PATCH] github: Update CODEOWNERS (#35988) Make the Education team (shared) codeowners of the docs on the website so that they can approve docs-only PRs as well. We don't need to be gatekeepers for those kinds of changes. --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 8ee3496d0d..14ac082e59 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -28,3 +28,5 @@ 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