From f1ea2c9a745e9ea4330c28eeb81616d58f88605f Mon Sep 17 00:00:00 2001 From: shainaraskas Date: Thu, 23 Oct 2025 12:30:59 -0400 Subject: [PATCH 1/3] break up explore-analyze code ownership for more targeted review requests --- .github/CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c8d2ed5e22..4fcc76b28d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,7 +9,20 @@ # The docs /cloud-account/ @elastic/admin-docs /deploy-manage/ @elastic/admin-docs + /explore-analyze/ @elastic/core-docs @elastic/experience-docs +/explore-analyze/alerts-cases/ @elastic/experience-docs +/explore-analyze/dashboards/ @elastic/experience-docs +/explore-analyze/discover/ @elastic/experience-docs +/explore-analyze/elastic-inference/ @elastic/developer-docs +/explore-analyze/find-and-organize/ @elastic/experience-docs +/explore-analyze/machine-learning/ @elastic/developer-docs +/explore-analyze/query-filter/ @elastic/developer-docs +/explore-analyze/report-and-share/ @elastic/experience-docs +/explore-analyze/scripting/ @elastic/admin-docs +/explore-analyze/transforms/ @elastic/developer-docs +/explore-analyze/visualize/ @elastic/experience-docs + /extend/ @elastic/core-docs /get-started/ @elastic/core-docs @elastic/project-docs From 2a0aa7d91a39efdc058de8c40d8b767164e21062 Mon Sep 17 00:00:00 2001 From: shainaraskas Date: Thu, 23 Oct 2025 12:42:07 -0400 Subject: [PATCH 2/3] all of the raw files are admin now --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4fcc76b28d..48db55b53b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -77,7 +77,7 @@ /troubleshoot/security/ @elastic/ski-docs # Raw migrated files -/raw-migrated-files/ @elastic/docs +/raw-migrated-files/ @elastic/admin-docs # Legacy serverless docs /serverless/ @elastic/admin-docs From 17e3b27af4aee775cd004b438408c32db87ecb59 Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Thu, 23 Oct 2025 19:28:54 +0200 Subject: [PATCH 3/3] re-add experience as co-owners of some sections --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 48db55b53b..882eedd49b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,10 +14,10 @@ /explore-analyze/alerts-cases/ @elastic/experience-docs /explore-analyze/dashboards/ @elastic/experience-docs /explore-analyze/discover/ @elastic/experience-docs -/explore-analyze/elastic-inference/ @elastic/developer-docs +/explore-analyze/elastic-inference/ @elastic/developer-docs @elastic/experience-docs /explore-analyze/find-and-organize/ @elastic/experience-docs -/explore-analyze/machine-learning/ @elastic/developer-docs -/explore-analyze/query-filter/ @elastic/developer-docs +/explore-analyze/machine-learning/ @elastic/developer-docs @elastic/experience-docs +/explore-analyze/query-filter/ @elastic/developer-docs @elastic/experience-docs /explore-analyze/report-and-share/ @elastic/experience-docs /explore-analyze/scripting/ @elastic/admin-docs /explore-analyze/transforms/ @elastic/developer-docs