From 9a5bf6c11564536e7b7573b3559a6dae2da46dcb Mon Sep 17 00:00:00 2001 From: erikayasuda Date: Mon, 22 Jul 2024 10:38:59 -0400 Subject: [PATCH] add codeowners.md and readme.md to apm-python --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3520ff5d7c..0b7bc1d310 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,6 +19,8 @@ releasenotes/ @DataDog/apm-python tests/snapshots/ @DataDog/apm-python riotfile.py @DataDog/apm-python .riot/requirements/ @DataDog/apm-python +CHANGELOG.md @DataDog/apm-python +README.md @DataDog/apm-python # Core tests/internal @DataDog/apm-core-python