Skip to content

Commit

Permalink
[github] Explicitly assign owner for all files (#6128)
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Vaca Cintora <albert.vaca@datadoghq.com>
  • Loading branch information
KSerrania and albertvaka authored Aug 5, 2020
1 parent 2f15983 commit f0b95ec
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,29 @@
# Rules are matched bottom-to-top, so one team can own subdirectories
# and another the rest of the directory.

* @DataDog/agent-platform
# Config files for various CI systems / tasks
/.* @DataDog/agent-platform

/CHANGELOG.rst @DataDog/agent-platform
/CHANGELOG-DCA.rst @DataDog/container-integrations

/*.md @DataDog/agent-platform @DataDog/documentation
/NOTICE @DataDog/agent-platform @DataDog/documentation

/LICENSE* @DataDog/agent-platform

# Todo: is this file still needed?
/Makefile.trace @DataDog/agent-platform

/release.json @DataDog/agent-platform
/requirements.txt @DataDog/agent-platform
/pyproject.toml @DataDog/agent-platform
/setup.cfg @DataDog/agent-platform

/.circleci/ @DataDog/agent-platform
/.github/ @DataDog/agent-platform

/chocolatey/ @DataDog/agent-platform

/cmd/ @DataDog/agent-core
/cmd/trace-agent/ @DataDog/agent-apm
Expand All @@ -28,6 +50,9 @@
/cmd/system-probe/ @DataDog/networks
/cmd/security-agent/ @DataDog/container-integrations @DataDog/agent-security

/dev/ @DataDog/agent-platform
/devenv/ @DataDog/agent-platform

/Dockerfiles/ @DataDog/container-integrations

/docs/ @DataDog/documentation @DataDog/agent-platform
Expand All @@ -37,6 +62,8 @@
/docs/cluster-agent/ @DataDog/documentation @DataDog/container-integrations
/docs/dev/checks/ @DataDog/documentation @DataDog/agent-core

/google-marketplace/ @DataDog/container-integrations

# These files are owned by all teams, but assigning them to @DataDog/agent-all causes a lot of spam
# Assigning them to a group that doesn't exist means nobody will receive notifications for them, but
# that should be fine since rarely we make PRs that only change those files alone.
Expand Down Expand Up @@ -95,11 +122,13 @@
/pkg/process/util/orchestrator/ @DataDog/container-app
/pkg/network/ @DataDog/networks
/pkg/ebpf/ @DataDog/networks
/pkg/quantile/ @DataDog/metrics-aggregation
/pkg/compliance/ @DataDog/container-integrations
/pkg/kubestatemetrics @DataDog/container-integrations
/pkg/quantile/ @DataDog/metrics-aggregation
/pkg/compliance/ @DataDog/container-integrations
/pkg/kubestatemetrics @DataDog/container-integrations
/pkg/security/ @DataDog/agent-security

/pkg-config/ @DataDog/agent-platform

/releasenotes-dca/ @DataDog/container-integrations

/rtloader/ @DataDog/agent-core
Expand All @@ -112,10 +141,14 @@
/tasks/trace.py @DataDog/agent-apm
/tasks/security_agent.py @DataDog/agent-security

/test/ @DataDog/agent-platform
/test/benchmarks/ @DataDog/agent-core
/test/e2e/ @DataDog/container-integrations
/test/integration/ @DataDog/container-integrations
/test/kitchen/ @DataDog/agent-platform
/test/system/ @DataDog/agent-core

/tools/ @DataDog/agent-platform
/tools/ebpf/ @DataDog/networks
/tools/gdb/ @DataDog/agent-core
/tools/windows/ @DataDog/agent-platform

0 comments on commit f0b95ec

Please sign in to comment.