From 04b9b31622fcf7280f1da0509a4c9d4f41b40889 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 25 Aug 2023 12:17:31 -0400 Subject: [PATCH] chore(CODEOWNERS): add brandy to CODEOWNERS (#28063) --- .github/CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1964021d61..01912c4da1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -43,6 +43,8 @@ /core/src/components/datetime/ @liamdebeasi @amandaejohnston @sean-perkins /core/src/components/datetime-button/ @liamdebeasi +/core/src/components/item/ @brandyscarney + /core/src/components/menu/ @amandaejohnston /core/src/components/menu-toggle/ @amandaejohnston @@ -58,6 +60,13 @@ /core/src/components/refresher/ @liamdebeasi /core/src/components/refresher-content/ @liamdebeasi +/core/src/components/searchbar/ @brandyscarney + +/core/src/components/segment/ @brandyscarney +/core/src/components/segment-button/ @brandyscarney + +/core/src/components/skeleton-text/ @brandyscarney + # Utilities /core/src/utils/animation/ @liamdebeasi @@ -69,3 +78,6 @@ /core/src/utils/sanitization/ @liamdebeasi /core/src/utils/tap-click/ @liamdebeasi /core/src/utils/transition/ @liamdebeasi + +/core/src/css/ @brandyscarney +/core/src/themes/ @brandyscarney