From d1ce8e2f8db0f7ed1c1c6c314d4863d68154823a Mon Sep 17 00:00:00 2001 From: Amanda Johnston <90629384+amandaejohnston@users.noreply.github.com> Date: Fri, 25 Aug 2023 11:00:40 -0500 Subject: [PATCH] chore(codeowners): add Amanda to checkbox and radio (#28062) Issue number: # --------- ## What is the current behavior? ## What is the new behavior? - - - ## Does this introduce a breaking change? - [ ] Yes - [ ] No ## Other information --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9c913dccf9..6a3a29c975 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -38,6 +38,8 @@ /core/src/components/accordion/ @liamdebeasi /core/src/components/accordion-group/ @liamdebeasi +/core/src/components/checkbox/ @amandaejohnston + /core/src/components/datetime/ @liamdebeasi @amandaejohnston @sean-perkins /core/src/components/datetime-button/ @liamdebeasi @@ -50,6 +52,9 @@ /core/src/components/picker-internal/ @liamdebeasi /core/src/components/picker-column-internal/ @liamdebeasi +/core/src/components/radio/ @amandaejohnston +/core/src/components/radio-group/ @amandaejohnston + /core/src/components/refresher/ @liamdebeasi /core/src/components/refresher-content/ @liamdebeasi