From a86b537f70801bfb2dbd5aa777719338a0850683 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 30 May 2023 14:03:24 -0400 Subject: [PATCH] chore: remove team assignment from codeowners --- .github/CODEOWNERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fe8eb929f69..f03ac0d62f4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,9 +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. -# Global owners -* @ionic-team/framework - # Frameworks ## Angular @@ -56,9 +53,6 @@ /core/src/components/refresher/ @liamdebeasi /core/src/components/refresher-content/ @liamdebeasi -# Codeowner should own the source, but everyone should own the tests -/core/src/components/**/test/ @ionic-team/framework - # Utilities /core/src/utils/animation/ @liamdebeasi