From 4ddb0a93d2cb0146a4aef2b4092cbfcc6959f64e Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 30 May 2023 14:51:13 -0400 Subject: [PATCH] chore: remove team assignment from codeowners (#27573) Issue number: N/A --------- ## What is the current behavior? PRs are first assigned to the team before being assigned to a single team member. This causes reviews to show up https://github.com/notifications for everyone even if they are not the final reviewer. ## What is the new behavior? - GitHub automatically assigns reviewers now, so I removed the global Framework team codeowner. All PRs in this repo should have a team member automatically assigned. ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- .github/CODEOWNERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fe8eb929f6..f03ac0d62f 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