From 0ee603e9d54b94cfaba285139d25592e180e805e Mon Sep 17 00:00:00 2001 From: DeForest Richards <56796055+drichards-87@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:35:24 -0600 Subject: [PATCH] Remove Docs Team as CODEOWNERS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removes Docs as CODEOWNERS from the repo. As part of a project to reduce courtesy reviews, the Docs Team is limiting CODEOWNERS entries to repos that single-source content into the docs site or where our review is critical. We’re still happy to review content if you reach out to us directly. --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 888c839b434..ff7d83151e0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,6 +6,6 @@ * @DataDog/web-frameworks-approvers @DataDog/web-frameworks # Documentation -*.md @DataDog/documentation @DataDog/web-frameworks-approvers @DataDog/web-frameworks -LICENSE @DataDog/documentation @DataDog/web-frameworks-approvers @DataDog/web-frameworks -LICENSE-3rdparty.csv @DataDog/documentation @DataDog/web-frameworks-approvers @DataDog/web-frameworks +*.md @DataDog/web-frameworks-approvers @DataDog/web-frameworks +LICENSE @DataDog/web-frameworks-approvers @DataDog/web-frameworks +LICENSE-3rdparty.csv @DataDog/web-frameworks-approvers @DataDog/web-frameworks