Skip to content

Commit

Permalink
Update CODEOWNERS remove container-integrations from owners (#1278)
Browse files Browse the repository at this point in the history
* Update CODEOWNERS remove container-integrations from owners

The split between @DataDog/container-integrations and @DataDog/container-ecosystems is done since 2 years now.

I think it is time to remove the #container-integrations for the owner of this repository.
Thanks to this change it will be more clear who is mandatory to review the pull request.

* Update CODEOWNERS
  • Loading branch information
clamoriniere committed Jul 11, 2024
1 parent f08182d commit a559a62
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@
# and another the rest of the directory.

# All your base
* @DataDog/container-integrations @DataDog/container-ecosystems
* @DataDog/container-ecosystems

# Dev Container
/.devcontainer @DataDog/container-ecosystems @DataDog/container-platform

# Documentation
README.md @DataDog/documentation @DataDog/container-integrations @DataDog/container-ecosystems
/docs/ @DataDog/documentation @DataDog/container-integrations @DataDog/container-ecosystems
README.md @DataDog/documentation @DataDog/container-ecosystems
/docs/ @DataDog/documentation @DataDog/container-ecosystems


# Features owners
/controllers/datadogagent/feature/admissioncontroller/* @DataDog/container-platform
/controllers/datadogagent/feature/prometheusscrape/* @DataDog/container-platform
/controllers/datadogagent/feature/clusterchecks/* @DataDog/container-platform
/controllers/datadogagent/feature/kubernetesstatecore/* @DataDog/container-integrations
/controllers/datadogagent/feature/helmcheck/* @DataDog/container-integrations

0 comments on commit a559a62

Please sign in to comment.