From 76fcc6f2e3c554ddbdc212965be81b776a71102e Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Mon, 9 Dec 2024 05:44:30 -0800 Subject: [PATCH] codeowners: let nomad education and web presence merge PRs to website files (#24621) * add nomad education and web presence ability to merge PRs to relavent website files * add github-nomad-core * change edu approvers to nomad-docs --- CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index e34c852e3e6..1c47e5409da 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,3 +5,12 @@ # codeowner default * @hashicorp/github-nomad-core @hashicorp/nomad-eng + +# web presence + +/website/ @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng + +# education + +/website/content/ @hashicorp/nomad-docs @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng +/website/public/ @hashicorp/nomad-docs @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng