From 85632b0b6863207366528e5acb4b04a997f91ec6 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Fri, 6 Dec 2024 14:25:24 -0800 Subject: [PATCH 1/5] add nomad education and web presence ability to merge PRs to relavent website files --- CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index e34c852e3e6..68c26023c1b 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/nomad-eng + +# education + +/website/content/ @hashicorp/nomad-education-approvers @hashicorp/web-presence @hashicorp/nomad-eng +/website/public/ @hashicorp/nomad-education-approvers @hashicorp/web-presence @hashicorp/nomad-eng From c25eef3279414fa903bafce8019cb81166435b2c Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Fri, 6 Dec 2024 14:38:11 -0800 Subject: [PATCH 2/5] add github-nomad-core --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 68c26023c1b..3e55732f348 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -8,9 +8,9 @@ # web presence -/website/ @hashicorp/web-presence @hashicorp/nomad-eng +/website/ @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng # education -/website/content/ @hashicorp/nomad-education-approvers @hashicorp/web-presence @hashicorp/nomad-eng -/website/public/ @hashicorp/nomad-education-approvers @hashicorp/web-presence @hashicorp/nomad-eng +/website/content/ @hashicorp/nomad-education-approvers @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng +/website/public/ @hashicorp/nomad-education-approvers @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng From b2dff660a5c00d715dd5aa71fd9a85b347fb6a88 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Fri, 6 Dec 2024 14:45:35 -0800 Subject: [PATCH 3/5] change edu approvers to nomad-docs --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3e55732f348..1c47e5409da 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -12,5 +12,5 @@ # education -/website/content/ @hashicorp/nomad-education-approvers @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng -/website/public/ @hashicorp/nomad-education-approvers @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng +/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 From 7781b975ec2ab5cd4f386e467dd4c4235280b4a7 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Mon, 9 Dec 2024 11:16:13 -0800 Subject: [PATCH 4/5] let education also edit the docs side navigation --- CODEOWNERS | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 1c47e5409da..a1ff359e616 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -6,11 +6,6 @@ # codeowner default * @hashicorp/github-nomad-core @hashicorp/nomad-eng -# web presence +# web presence and education -/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 +/website/ @hashicorp/nomad-docs @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng From f49da143c276f633913ef873ee824f3086490f2e Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Mon, 9 Dec 2024 13:03:53 -0800 Subject: [PATCH 5/5] add newline --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index c70d4ef032c..b74635d29a1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -9,4 +9,4 @@ # web presence and education -/website/ @hashicorp/nomad-docs @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng \ No newline at end of file +/website/ @hashicorp/nomad-docs @hashicorp/web-presence @hashicorp/github-nomad-core @hashicorp/nomad-eng