From 90d0dd2dff8e2410851c70221d6ebd6b1bd2d201 Mon Sep 17 00:00:00 2001 From: jack-edmonds-dd Date: Wed, 29 Jan 2025 14:45:53 -0500 Subject: [PATCH 1/2] Update team name to include web-frameworks --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f75d8b6..7994559 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/api-clients @datadog/web-frameworks # Documentation -*.md @DataDog/documentation @DataDog/api-clients -LICENSE @DataDog/documentation @DataDog/api-clients +*.md @DataDog/documentation @datadog/api-clients @datadog/web-frameworks +LICENSE @DataDog/documentation @datadog/api-clients @datadog/web-frameworks From be15e3a0152146bd5f8687b0381fd614a2f84e64 Mon Sep 17 00:00:00 2001 From: jack-edmonds-dd Date: Wed, 29 Jan 2025 16:12:47 -0500 Subject: [PATCH 2/2] Fix case --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7994559..676818b 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/api-clients @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/api-clients @DataDog/web-frameworks +LICENSE @DataDog/documentation @DataDog/api-clients @DataDog/web-frameworks