From 2c927f05521f47a41ff07db13c13e1b58dbc7f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Mon, 25 Oct 2021 18:27:01 +0200 Subject: [PATCH] chore: add build scripts to CODEOWNERS (#28615) * chore: add build scripts to CODEOWNERS * chore: use Beats main team * chore: follow same path syntax --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 592495030dc1..47bfc8bc5a77 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -42,6 +42,11 @@ # Winlogbeat /x-pack/winlogbeat/ @elastic/security-external-integrations +# Beats Build Specific +/dev-tools/mage/ @elastic/beats +/dev-tools/make/ @elastic/beats +/dev-tools/packaging/ @elastic/beats + # CI Specific /.ci/ @elastic/observablt-robots /Jenkinsfile @elastic/observablt-robots