From 405328f0410c34fb722bb9fda12b7a5ce296ba3c Mon Sep 17 00:00:00 2001 From: Kyle Pollich Date: Fri, 27 Jan 2023 11:24:13 -0500 Subject: [PATCH] [Fleet] Update CODEOWNERS for Fleet/Agent resources (#91670) Point Fleet/Agent ES files to Fleet team instead of Agent Control Plane team. Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com> --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7a95e4eaef1b..6a3d07df917e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,6 +16,6 @@ x-pack/plugin/core/src/main/resources/monitoring-logstash.json @elastic/infra-mo x-pack/plugin/core/src/main/resources/monitoring-mb-ilm-policy.json @elastic/infra-monitoring-ui x-pack/plugin/monitoring/src/main/java/org/elasticsearch/xpack/monitoring/MonitoringTemplateRegistry.java @elastic/infra-monitoring-ui -# Elastic Agent -x-pack/plugin/fleet/src/main/java/org/elasticsearch/xpack/fleet @elastic/elastic-agent-control-plane -x-pack/plugin/core/src/main/resources/fleet-* @elastic/elastic-agent-control-plane +# Fleet +x-pack/plugin/fleet/src/main/java/org/elasticsearch/xpack/fleet @elastic/fleet +x-pack/plugin/core/src/main/resources/fleet-* @elastic/fleet