From ba957df9959ea8726e18c9b3de170341a1f14d6f Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 30 Oct 2023 10:57:23 -0400 Subject: [PATCH] chore: add framework team as code owners The Framework team should be automatically assigned to new PRs. --- .github/CODEOWNERS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1a9649c1ff2..42a30bb3a6f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,7 +11,6 @@ # In each subsection folders are ordered first by depth, then alphabetically. # This should make it easy to add new rules without breaking existing ones. -/_templates/ @mapsandapps +* @ionic-team/framework -/static/code/stackblitz/**/*/package.json @ionic-team/framework -/static/code/stackblitz/**/*/package-lock.json @ionic-team/framework +/_templates/ @mapsandapps