From a0e75cd3094c75c3958aa38c8b248bf5b48ae7fb Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Thu, 26 Sep 2024 10:02:24 -0700 Subject: [PATCH] remove fujino from CODEOWNERS (#155369) Every time someone tries to merge stable into master, I get pinged. It's not worth the distraction. I initially added myself as CODEOWNER because I wanted to make sure people weren't adding unneccessary dependencies to the tool, but I give up. --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 4c9c22830f..9ce241c43f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -6,7 +6,6 @@ # # Use git ls-files '' without a / prefix to see the list of matching files. -/packages/flutter_tools/pubspec.yaml @christopherfujino /packages/flutter_tools/templates/module/ios/ @jmagman /packages/flutter_tools/templates/**/Podfile* @jmagman