From a2c247117bff1f70cb3951478e818fe9c1f32833 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Fri, 21 Apr 2023 15:33:05 -0700 Subject: [PATCH] Remove self from CODEOWNERS (#125337) Remove self from `CODEOWNERS` file for `flutter_tools`. Now that we have the PR cocoon labeler the tools team should see any PRs that change these files, and tag the right people to review. Also remove ownership of the `CODEOWNERS` file itself. --- CODEOWNERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index a9895f1eb1eb..dbaf86116924 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -6,7 +6,4 @@ # # Use git ls-files '' without a / prefix to see the list of matching files. -/CODEOWNERS @jmagman /packages/flutter_tools/pubspec.yaml @christopherfujino -/packages/flutter_tools/templates/module/ios/ @jmagman -/packages/flutter_tools/templates/**/Podfile* @jmagman