-
Notifications
You must be signed in to change notification settings - Fork 306
/
CODEOWNERS
Validating CODEOWNERS rules...
27 lines (21 loc) · 1.21 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# See https://help.github.com/articles/about-codeowners/ for syntax
# Rules are matched bottom-to-top, so one team can own subdirectories
# and another team can own the rest of the directory.
# API
/datadog/api/ @DataDog/integrations-tools-and-libraries
/tests/integration/api/ @DataDog/integrations-tools-and-libraries
/tests/unit/api/ @DataDog/integrations-tools-and-libraries
# Dogshell
/datadog/dogshell/ @DataDog/integrations-tools-and-libraries
/tests/integration/dogshell/ @DataDog/integrations-tools-and-libraries
# Dogstatd
/datadog/dogstatsd/ @DataDog/integrations-tools-and-libraries @DataDog/agent-core
/tests/unit/dogstatsd/ @DataDog/integrations-tools-and-libraries @DataDog/agent-core
# Threadstats
/datadog/threadstats/ @DataDog/integrations-tools-and-libraries @DataDog/agent-core
/tests/unit/threadstats/ @DataDog/integrations-tools-and-libraries @DataDog/agent-core
# All the rest
* @DataDog/integrations-tools-and-libraries
# Documentation
*.md @DataDog/baklava @DataDog/integrations-tools-and-libraries
LICENSE @DataDog/baklava @DataDog/integrations-tools-and-libraries