From a95a555d9dd6869ad3a95291300a0bd6ce8df961 Mon Sep 17 00:00:00 2001 From: Adrian Bautista Date: Wed, 24 Jan 2024 12:12:37 -0500 Subject: [PATCH] Create CODEOWNERS (#20) Expectation is people that open PRs should tag @teamshares/design-system, but this CODEOWNER change will auto assign PRs to the @teamshares/design-system-admins users specifically. Co-authored-by: Michael Daross --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f7787cc2ac..b4ece9c9c1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # Auto-assign the DS team -* @teamshares/design-system +* @teamshares/design-system-admins # Ping platform team for visibility into infrastructure updates .github/ @teamshares/platform