-
Notifications
You must be signed in to change notification settings - Fork 20
/
CODEOWNERS
Validating CODEOWNERS rules...
27 lines (19 loc) · 1.32 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
# Code owners
# The listed owners will be automatically added as reviewers for PRs,
# to ensure code quality and consistency, and identify
# possible side effects.
# PRs should still be peer-reviewed by the team opening the PR
# See https://help.github.com/articles/about-codeowners/ for syntax
# Rules are matched bottom-to-top, so one team can own subdirectories
# and another the rest of the directory.
* @DataDog/agent-platform
.gitlab/kernel-version-testing.yml @DataDog/ebpf-platform @DataDog/agent-platform
/entrypoint-sysprobe.sh @DataDog/ebpf-platform @DataDog/agent-platform
/system-probe_arm64/ @DataDog/ebpf-platform @DataDog/agent-platform
/system-probe_x64/ @DataDog/ebpf-platform @DataDog/agent-platform
/omnibus-nikos_arm64/ @DataDog/ebpf-platform @DataDog/agent-security @DataDog/agent-platform
/omnibus-nikos_x64/ @DataDog/ebpf-platform @DataDog/agent-security @DataDog/agent-platform
/btf-gen/ @DataDog/ebpf-platform @DataDog/agent-platform
/kernel-version-testing/ @DataDog/ebpf-platform @DataDog/agent-platform
/windows/ @DataDog/windows-agent @DataDog/agent-platform
/build-container.ps1 @DataDog/windows-agent @DataDog/agent-platform