From f05b1fd2e8f2b9ce1994beae3db7e13009f4e992 Mon Sep 17 00:00:00 2001 From: Srdjan Grubor Date: Mon, 15 Aug 2022 16:31:29 -0500 Subject: [PATCH] [CODEOWNERS] Add @DataDog/agent-shared-components as codeowners Since this repo is owned by the whole team, any changes should ping all members of this team for reviews. --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..7ed6da8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# 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. + +# All file changes should be reviewed by the maintainer team unless +# specified otherwise +* @DataDog/agent-shared-components