From 4ff34775321436ef2355f17df71d358858040916 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Fri, 10 Dec 2021 12:33:58 -0500 Subject: [PATCH] chore(CODEOWNERS): global owners for framework team (#24370) --- .github/CODEOWNERS | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d4b7260644..7e9e602c77 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,22 +11,5 @@ # In each subsection folders are ordered first by depth, then alphabetically. # This should make it easy to add new rules without breaking existing ones. -# Dependencies: -package.json @ionic-team/framework-core - -# Routing / Routing Integration: -packages/react-router/** @ionic-team/framework-core - -packages/vue-router/** @ionic-team/framework-core - -packages/react/src/routing/** @ionic-team/framework-core - -packages/vue/src/components/IonRouterOutlet.ts @ionic-team/framework-core - -angular/src/providers/nav-controller.ts @ionic-team/framework-core -angular/src/directives/navigation/** @ionic-team/framework-core - -core/src/components/route/** @ionic-team/framework-core -core/src/components/router/** @ionic-team/framework-core -core/src/components/router-link/** @ionic-team/framework-core -core/src/components/router-outlet/** @ionic-team/framework-core +# Global owners +* @ionic-team/framework-core