Skip to content

Commit

Permalink
CODEOWNERS refactor (#5783)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowlandgeoff authored Oct 18, 2024
1 parent 3b1f793 commit a29611b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Team responsible for Fleet Server
* @elastic/elastic-agent-control-plane

/.github/CODEOWNERS @elastic/ingest-tech-lead

/deploy/kubernetes @elastic/obs-cloudnative-monitoring
/dev-tools/kubernetes @elastic/obs-cloudnative-monitoring
/internal/pkg/composable/providers/kubernetes @elastic/obs-cloudnative-monitoring
/internal/pkg/agent/application/configuration_embed_changed_test.go @elastic/cloudbeat
# Top-level files ownership
/catalog-info.yaml @elastic/ingest-eng-prod

# Ownership of CI or related files by the Ingest Eng Prod team
# Sub-directories/files ownership. Remember that order matters; the last matching pattern takes the most precedence.
/.buildkite @elastic/ingest-eng-prod
/.ci @elastic/ingest-eng-prod
/.github @elastic/ingest-eng-prod
/catalog-info.yaml @elastic/ingest-eng-prod
/.github/CODEOWNERS @elastic/ingest-tech-lead
/deploy/kubernetes @elastic/obs-cloudnative-monitoring
/dev-tools/kubernetes @elastic/obs-cloudnative-monitoring
/internal/pkg/agent/application/configuration_embed_changed_test.go @elastic/cloudbeat
/internal/pkg/composable/providers/kubernetes @elastic/obs-cloudnative-monitoring

0 comments on commit a29611b

Please sign in to comment.