Browse Source

[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>
Kyle Pollich 2 years ago
parent
commit
405328f041
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/CODEOWNERS

+ 3 - 3
.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