-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
20 lines (20 loc) · 1.5 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
* @DataDog/system-tests-core
/utils/build/docker/dotnet*/ @DataDog/apm-dotnet @DataDog/asm-dotnet @DataDog/system-tests-core
/utils/build/docker/golang*/ @DataDog/apm-go @DataDog/system-tests-core
/utils/build/docker/java*/ @DataDog/apm-java @DataDog/asm-java @DataDog/system-tests-core
/utils/build/docker/nodejs*/ @DataDog/apm-js @DataDog/asm-js @DataDog/system-tests-core
/utils/build/docker/php*/ @DataDog/apm-php @DataDog/system-tests-core
/utils/build/docker/python*/ @DataDog/apm-python @DataDog/asm-python @DataDog/system-tests-core
/utils/build/docker/ruby*/ @DataDog/apm-ruby @DataDog/asm-ruby @DataDog/system-tests-core
/parametric/ @Kyle-Verhoog @DataDog/system-tests-core
/tests/remote_config/ @DataDog/system-tests-core @DataDog/remote-config @DataDog/system-tests-core
/tests/appsec/ @DataDog/asm-libraries @DataDog/system-tests-core
/manifests/cpp.yml @DataDog/system-tests-core
/manifests/dotnet.yml @DataDog/apm-dotnet @DataDog/asm-dotnet @DataDog/system-tests-core
/manifests/golang.yml @DataDog/apm-go @DataDog/system-tests-core
/manifests/java.yml @DataDog/asm-java @DataDog/apm-java @DataDog/system-tests-core
/manifests/nodejs.yml @DataDog/apm-js @DataDog/asm-js @DataDog/system-tests-core
/manifests/php.yml @DataDog/apm-php @DataDog/asm-php @DataDog/system-tests-core
/manifests/php_appsec.yml @DataDog/asm-php @DataDog/system-tests-core
/manifests/python.yml @DataDog/apm-python @DataDog/asm-python @DataDog/system-tests-core
/manifests/ruby.yml @DataDog/apm-ruby @DataDog/asm-ruby @DataDog/system-tests-core