From 959b2b3827833bbff1a3864ef1bafac874fdf9c5 Mon Sep 17 00:00:00 2001 From: Geoff Rowland <70981735+rowlandgeoff@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:21:23 -0400 Subject: [PATCH] Create CODEOWNERS for golang-crossbuild (#467) Co-authored-by: Blake Rouse --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..ee51c959 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +* @elastic/elastic-agent-control-plane + +# Ownership of CI or related files by the Ingest Eng Prod team +/.buildkite @elastic/ingest-eng-prod +/catalog-info.yaml @elastic/ingest-eng-prod