From ae7c585c21ae8b702efe139ad0597b4dfab7a6b9 Mon Sep 17 00:00:00 2001 From: Remy Mathieu Date: Mon, 14 Aug 2023 16:13:55 +0200 Subject: [PATCH] Add codeowners file. --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8351e8c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# See https://help.github.com/articles/about-codeowners/ for syntax +# Rules are matched bottom-to-top, so one team can own subdirectories +# and another team can own the rest of the directory. + +# All files reviwed by maintainers +* @DataDog/agent-metrics-logs + +# Documentation includes docs team +*.md @DataDog/documentation