From 580c94676e9f0743d0dd8077808195d01220c3b1 Mon Sep 17 00:00:00 2001 From: Jason Rhodes Date: Tue, 16 Jul 2019 20:56:14 -0400 Subject: [PATCH] Adds stack-services example entries to CODEOWNERS (#41241) --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d26bd9b8dcb0..a3efd590dd35 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -43,6 +43,11 @@ /x-pack/legacy/plugins/encrypted_saved_objects/ @elastic/kibana-security /src/legacy/server/csp/ @elastic/kibana-security +# Kibana Stack Services +/x-pack/legacy/plugins/telemetry @elastic/kibana-stack-services +/x-pack/legacy/plugins/alerting @elastic/kibana-stack-services +/x-pack/legacy/plugins/actions @elastic/kibana-stack-services + # Design **/*.scss @elastic/kibana-design