From 32de205c68ab94c3e118e19f069a223cac512550 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Wed, 19 Nov 2025 16:47:57 -0800 Subject: [PATCH 1/3] Revise CODEOWNERS for documentation ownership Updated CODEOWNERS to reflect new ownership structure and approval requirements. --- .github/CODEOWNERS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 571b7f096c9f1..9d230c5acb60f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,10 @@ -* @elastic/docs-repo-owners +# Docs Eng owns the codebase +* @elastic/docs-engineering + +#Readme changes must be approved by writers +*.asciidoc @elastic/docs-engineering @elastic/docs-repo-owners + +# Writers and Docs Eng share ownership of config files +‎/resources/asciidoctor/lib/chunker/v3-mapping.json‎ @elastic/docs-engineering @elastic/docs-repo-owners +/shared/ @elastic/docs-engineering @elastic/docs-repo-owners +*.yaml @elastic/docs-engineering @elastic/docs-repo-owners From 9c2a3be601e51b7d409e8416561188ab61319557 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Wed, 19 Nov 2025 16:50:59 -0800 Subject: [PATCH 2/3] Update CODEOWNERS to adjust ownership rules Removed Docs Eng ownership from asciidoc files. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9d230c5acb60f..23d1713f57c2b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ * @elastic/docs-engineering #Readme changes must be approved by writers -*.asciidoc @elastic/docs-engineering @elastic/docs-repo-owners +*.asciidoc @elastic/docs-repo-owners # Writers and Docs Eng share ownership of config files ‎/resources/asciidoctor/lib/chunker/v3-mapping.json‎ @elastic/docs-engineering @elastic/docs-repo-owners From fc5156e7a368ea123ce9161ae484958bbcac4c50 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Fri, 21 Nov 2025 10:02:42 -0800 Subject: [PATCH 3/3] add /extra/ --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 23d1713f57c2b..0eb669fea5524 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,6 +5,7 @@ *.asciidoc @elastic/docs-repo-owners # Writers and Docs Eng share ownership of config files +/extra/ @elastic/docs-engineering @elastic/docs-repo-owners ‎/resources/asciidoctor/lib/chunker/v3-mapping.json‎ @elastic/docs-engineering @elastic/docs-repo-owners /shared/ @elastic/docs-engineering @elastic/docs-repo-owners *.yaml @elastic/docs-engineering @elastic/docs-repo-owners