Skip to content

Commit

Permalink
Remove api-clients from CODEOWNERS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-edmonds-dd committed Feb 4, 2025
1 parent 9a3f236 commit db9e200
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
# pattern is the one used.

# Default owners of everything in the repo
* @DataDog/api-clients @DataDog/web-frameworks
* @DataDog/web-frameworks

# API
/datadog/api/ @DataDog/api-clients @DataDog/web-frameworks
/tests/integration/api/ @DataDog/api-clients @DataDog/web-frameworks
/tests/unit/api/ @DataDog/api-clients @DataDog/web-frameworks
/datadog/api/ @DataDog/web-frameworks
/tests/integration/api/ @DataDog/web-frameworks
/tests/unit/api/ @DataDog/web-frameworks

# Dogshell
/datadog/dogshell/ @DataDog/api-clients @DataDog/web-frameworks
/tests/integration/dogshell/ @DataDog/api-clients @DataDog/web-frameworks
/datadog/dogshell/ @DataDog/web-frameworks
/tests/integration/dogshell/ @DataDog/web-frameworks

# Dogstatd
/datadog/dogstatsd/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
/datadog/util/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/integration/dogstatsd/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/unit/dogstatsd/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/unit/util/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/util/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/performance/test_statsd_* @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
/datadog/dogstatsd/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
/datadog/util/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/integration/dogstatsd/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/unit/dogstatsd/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/unit/util/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/util/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/performance/test_statsd_* @DataDog/web-frameworks @DataDog/agent-metrics-logs

# Threadstats
/datadog/threadstats/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/unit/threadstats/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
/datadog/threadstats/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
/tests/unit/threadstats/ @DataDog/web-frameworks @DataDog/agent-metrics-logs

# Documentation
*.md @DataDog/documentation @DataDog/api-clients @DataDog/web-frameworks
LICENSE @DataDog/documentation @DataDog/api-clients @DataDog/web-frameworks
*.md @DataDog/documentation @DataDog/web-frameworks
LICENSE @DataDog/documentation @DataDog/web-frameworks

0 comments on commit db9e200

Please sign in to comment.