From 70664c03c1dcd1582ab10a5e73da045329998d9a Mon Sep 17 00:00:00 2001 From: DeForest Richards <56796055+drichards-87@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:33:04 -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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3b60e4b961d7..11a5f979f6bb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ * @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 -NOTICE @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 +NOTICE @DataDog/web-frameworks-approvers @DataDog/web-frameworks +LICENSE-3rdparty.csv @DataDog/web-frameworks-approvers @DataDog/web-frameworks