From bc9a1509b94c78bcb8ba474d251edfb32ab31369 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Fri, 13 Dec 2024 13:46:03 -0800 Subject: [PATCH] add education web presence ability to approve PRs to relavent website files --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f8a05ff524..98581e45b5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,7 +12,7 @@ # Education likes to get notifications if changes happen to docs. # We need to include the CDKTF team as well to ensure Education # members are not the only ones notified. -website/docs/ @hashicorp/cdktf @hashicorp/team-docs-packer-and-terraform +website/ @hashicorp/cdktf @hashicorp/team-docs-packer-and-terraform @hashicorp/web-presence # No codeowners for these files, as they are generated. # This way, Education does not get notified if only these files changed.