From 3d9871a77f3621588467e3eb2fa45ea903aa74f5 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 9 Apr 2024 11:10:51 -0400 Subject: [PATCH] chore: update codeowners (#29305) Discussed with Sean and most of these codeowner directories should be reviewable by anyone on the team, so we don't want to block on a specific person. The exceptions are the gesture/input-shim directories due to the lack of documentation at the moment. --- .github/CODEOWNERS | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 52d27b7d9d..12f9f4516d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,30 +13,7 @@ * @ionic-team/framework -# Frameworks - -## Angular - -/packages/angular/ @sean-perkins @thetaPC -/packages/angular-server @sean-perkins @thetaPC -/packages/angular/test @thetaPC - -## Vue - -/packages/vue/ @thetaPC -/packages/vue-router/ @liamdebeasi @thetaPC -/packages/vue/test/ @thetaPC -/packages/vue-router/__tests__ @thetaPC - -# Components - -/core/src/components/datetime/ @sean-perkins - -/core/src/components/nav/ @sean-perkins -/core/src/components/nav-link/ @sean-perkins - # Utilities -/core/src/utils/content/ @sean-perkins /core/src/utils/gesture/ @liamdebeasi /core/src/utils/input-shims/ @liamdebeasi