From 00102f9f4710a279bd5c70857dd74fe773cacbc7 Mon Sep 17 00:00:00 2001 From: John Gedeon <940173+gidjin@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:35:54 -0700 Subject: [PATCH] chore: add admin group and design owners group (#2597) --- CODEOWNERS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 5ad6283189..6ccfa47d6b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,6 +1,12 @@ # Default owners for all files -* @gidjin @haworku @ahobson @brandonlenz @sirenaborracha @kylehilltruss @rogeruiz @jcbcapps +* @trussworks/react-uswds-admins + +# Require design / frontend reviews on Storybook + +src/stories/ @trussworks/react-uswds-design-owners +*.stories.tsx @trussworks/react-uswds-design-owners +.storybook/ @trussworks/react-uswds-design-owners # Owners for PRs that change ONLY package.json and/or yarn.lock