Skip to content

Commit db9e200

Browse files
Remove api-clients from CODEOWNERS.
1 parent 9a3f236 commit db9e200

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/CODEOWNERS

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@
44
# pattern is the one used.
55

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

99
# API
10-
/datadog/api/ @DataDog/api-clients @DataDog/web-frameworks
11-
/tests/integration/api/ @DataDog/api-clients @DataDog/web-frameworks
12-
/tests/unit/api/ @DataDog/api-clients @DataDog/web-frameworks
10+
/datadog/api/ @DataDog/web-frameworks
11+
/tests/integration/api/ @DataDog/web-frameworks
12+
/tests/unit/api/ @DataDog/web-frameworks
1313

1414
# Dogshell
15-
/datadog/dogshell/ @DataDog/api-clients @DataDog/web-frameworks
16-
/tests/integration/dogshell/ @DataDog/api-clients @DataDog/web-frameworks
15+
/datadog/dogshell/ @DataDog/web-frameworks
16+
/tests/integration/dogshell/ @DataDog/web-frameworks
1717

1818
# Dogstatd
19-
/datadog/dogstatsd/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
20-
/datadog/util/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
21-
/tests/integration/dogstatsd/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
22-
/tests/unit/dogstatsd/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
23-
/tests/unit/util/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
24-
/tests/util/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
25-
/tests/performance/test_statsd_* @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
19+
/datadog/dogstatsd/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
20+
/datadog/util/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
21+
/tests/integration/dogstatsd/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
22+
/tests/unit/dogstatsd/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
23+
/tests/unit/util/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
24+
/tests/util/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
25+
/tests/performance/test_statsd_* @DataDog/web-frameworks @DataDog/agent-metrics-logs
2626

2727
# Threadstats
28-
/datadog/threadstats/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
29-
/tests/unit/threadstats/ @DataDog/api-clients @DataDog/web-frameworks @DataDog/agent-metrics-logs
28+
/datadog/threadstats/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
29+
/tests/unit/threadstats/ @DataDog/web-frameworks @DataDog/agent-metrics-logs
3030

3131
# Documentation
32-
*.md @DataDog/documentation @DataDog/api-clients @DataDog/web-frameworks
33-
LICENSE @DataDog/documentation @DataDog/api-clients @DataDog/web-frameworks
32+
*.md @DataDog/documentation @DataDog/web-frameworks
33+
LICENSE @DataDog/documentation @DataDog/web-frameworks

0 commit comments

Comments
 (0)