From 5d0bb8daa839556fbe289ea5c4aa642fe6ad6a64 Mon Sep 17 00:00:00 2001 From: jack-edmonds-dd Date: Tue, 4 Feb 2025 14:26:32 -0500 Subject: [PATCH] Remove api-clients from CODEOWNERS. --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 676818b..100e9a1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,8 +3,8 @@ # and another team can own the rest of the directory. # All your base -* @DataDog/api-clients @DataDog/web-frameworks +* @DataDog/web-frameworks # Documentation -*.md @DataDog/documentation @DataDog/api-clients @DataDog/web-frameworks -LICENSE @DataDog/documentation @DataDog/api-clients @DataDog/web-frameworks +*.md @DataDog/documentation @DataDog/web-frameworks +LICENSE @DataDog/documentation @DataDog/web-frameworks