From 4e43315e0685b34608c27b4910f80bf48eadca91 Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Fri, 19 Sep 2025 09:27:04 +0200 Subject: [PATCH 1/2] ci: make CI paths co-owned by Elastic Agent team --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1fbdac27c44..34d06c5179f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,12 +2,12 @@ * @elastic/elastic-agent-control-plane # Top-level files ownership -/catalog-info.yaml @elastic/observablt-ci +/catalog-info.yaml @elastic/elastic-agent-control-plane @elastic/observablt-ci # Sub-directories/files ownership. Remember that order matters; the last matching pattern takes the most precedence. -/.buildkite @elastic/observablt-ci -/.ci @elastic/observablt-ci -/.github @elastic/observablt-ci +/.buildkite @elastic/elastic-agent-control-plane @elastic/observablt-ci +/.ci @elastic/elastic-agent-control-plane @elastic/observablt-ci +/.github @elastic/elastic-agent-control-plane @elastic/observablt-ci /.github/CODEOWNERS @elastic/ingest-tech-lead /deploy/helm @elastic/elastic-agent-control-plane /deploy/helm/edot-collector @elastic/ingest-otel-data From 8b2ccf7d3b069d175a5f3f5a9ef71b5e85d94c68 Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Mon, 22 Sep 2025 09:38:25 +0200 Subject: [PATCH 2/2] Apply suggestion from @v1v Co-authored-by: Victor Martinez --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 34d06c5179f..154a0aa1376 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,6 +7,7 @@ # Sub-directories/files ownership. Remember that order matters; the last matching pattern takes the most precedence. /.buildkite @elastic/elastic-agent-control-plane @elastic/observablt-ci /.ci @elastic/elastic-agent-control-plane @elastic/observablt-ci +/.ci/scripts/update-otel.sh @elastic/elastic-agent-control-plane /.github @elastic/elastic-agent-control-plane @elastic/observablt-ci /.github/CODEOWNERS @elastic/ingest-tech-lead /deploy/helm @elastic/elastic-agent-control-plane