From 9eef62e4f2619d93e3557d5f8619920d3ec16c36 Mon Sep 17 00:00:00 2001 From: Shawn Taylor Date: Fri, 25 Aug 2023 13:19:12 -0400 Subject: [PATCH] chore(CODEOWNERS): add shawn to CODEOWNERS (#28064) --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 01912c4da1..6f45c1c078 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -81,3 +81,10 @@ /core/src/css/ @brandyscarney /core/src/themes/ @brandyscarney + +# Tests + +**/datetime.e2e.ts @mapsandapps +**/datetime-button.e2e.ts @mapsandapps +**/icon.e2e.ts @mapsandapps +**/loading.e2e.ts @mapsandapps