forked from DataDog/dd-trace-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
24 lines (18 loc) · 723 Bytes
/
CODEOWNERS
File metadata and controls
24 lines (18 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Note: Later matches take precedence
# default owner
* @DataDog/apm-go
# tracing
/contrib @DataDog/tracing-go
/ddtrace @DataDog/tracing-go
# profiling
/profiler @DataDog/profiling-go
/internal/traceprof @DataDog/profiling-go
# appsec
/appsec @DataDog/appsec-go
/internal/appsec @DataDog/appsec-go
/contrib/**/*appsec*.go @DataDog/appsec-go
/.github/workflows/appsec.yml @DataDog/appsec-go
# telemetry
/internal/telemetry @DataDog/apm-go
# linter rules
.golangci.yml @DataDog/tracing-go @DataDog/profiling-go @DataDog/appsec-go