-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathCODEOWNERS
48 lines (35 loc) · 1.69 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
* @DataDog/datadog-ci
# Commands
## CI Visibility
src/commands/junit @DataDog/ci-app-libraries
src/commands/sarif @DataDog/ci-app-libraries
src/commands/gate @DataDog/ci-app-libraries
src/commands/metric @DataDog/ci-app-libraries
src/commands/tag @DataDog/ci-app-libraries
src/commands/trace @DataDog/ci-app-libraries
## RUM
src/commands/dsyms @DataDog/rum-mobile
src/commands/flutter-symbols @DataDog/rum-mobile
src/commands/react-native @DataDog/rum-mobile
## Serverless
src/commands/lambda @DataDog/serverless
src/commands/stepfunctions @DataDog/serverless
## Source Code Integration
src/commands/git-metadata @DataDog/source-code-integration
src/commands/sourcemaps @DataDog/source-code-integration
## Synthetics
src/commands/synthetics @DataDog/synthetics-ct
# Shared utilities
## Git
src/helpers/git @DataDog/ci-app-libraries @DataDog/source-code-integration
## CI
src/helpers/file.ts @DataDog/ci-app-libraries
src/helpers/ci.ts @DataDog/ci-app-libraries @DataDog/synthetics-ct
src/helpers/tags.ts @DataDog/ci-app-libraries @DataDog/synthetics-ct
src/helpers/user-provided-git.ts @DataDog/ci-app-libraries @DataDog/synthetics-ct
src/helpers/**tests**/ci-env @DataDog/ci-app-libraries @DataDog/synthetics-ct
src/helpers/**tests**/ci.test.ts @DataDog/ci-app-libraries @DataDog/synthetics-ct
src/helpers/**tests**/tags.test.ts @DataDog/ci-app-libraries @DataDog/synthetics-ct
src/helpers/**tests**/user-provided-git.test.ts @DataDog/ci-app-libraries @DataDog/synthetics-ct
# Documentation
*.md @DataDog/documentation