Skip to content

Commit

Permalink
[codeowners] Add agent-core as co-owner of relevant paths (#699)
Browse files Browse the repository at this point in the history
Some utility and test paths were missing agent-core team as co-owners,
leading to unnecessary pings to the tools-and-libraries team. This
change adds agent-core as a co-owner team to paths that are frequently
worked on so that either team can provide approvals for PRs.
  • Loading branch information
sgnn7 authored Nov 3, 2021
1 parent 0b0ffe0 commit 2dd033f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@

# Dogstatd
/datadog/dogstatsd/ @DataDog/integrations-tools-and-libraries @DataDog/agent-core
/datadog/util/ @DataDog/integrations-tools-and-libraries @DataDog/agent-core
/tests/integration/dogstatsd/ @DataDog/integrations-tools-and-libraries @DataDog/agent-core
/tests/unit/dogstatsd/ @DataDog/integrations-tools-and-libraries @DataDog/agent-core
/tests/unit/util/ @DataDog/integrations-tools-and-libraries @DataDog/agent-core
/tests/util/ @DataDog/integrations-tools-and-libraries @DataDog/agent-core
/tests/performance/test_statsd_* @DataDog/integrations-tools-and-libraries @DataDog/agent-core

# Threadstats
Expand Down

0 comments on commit 2dd033f

Please sign in to comment.