From 99e30840393f57d475c575b343b01fcec42369af Mon Sep 17 00:00:00 2001 From: jack-edmonds-dd Date: Wed, 29 Jan 2025 14:45:45 -0500 Subject: [PATCH 1/2] Update team name to include web-frameworks --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 11a41f3..18c8f3a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,4 @@ # Rules are matched bottom-to-top, so one team can own subdirectories # and another the rest of the directory. -* @DataDog/api-clients +* @datadog/api-clients @datadog/web-frameworks From 187c303c83ce669b0f1e0b8673f9e978da151907 Mon Sep 17 00:00:00 2001 From: jack-edmonds-dd Date: Wed, 29 Jan 2025 16:12:45 -0500 Subject: [PATCH 2/2] Fix case --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 18c8f3a..1c17947 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,4 @@ # Rules are matched bottom-to-top, so one team can own subdirectories # and another the rest of the directory. -* @datadog/api-clients @datadog/web-frameworks +* @DataDog/api-clients @DataDog/web-frameworks