From 2537b49e4ee1b636b81762be9bd9687941db99ae Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Wed, 26 Jun 2024 14:13:53 -0700 Subject: [PATCH] Remind folks we are moving. (#150872) Part of https://github.com/flutter/flutter/issues/150869. This should mitigate accidental new files or significant changes, or at least make me aware I suppose? --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index bb11af9e98..57f21400ce 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -9,3 +9,7 @@ /packages/flutter_tools/pubspec.yaml @christopherfujino /packages/flutter_tools/templates/module/ios/ @jmagman /packages/flutter_tools/templates/**/Podfile* @jmagman + +# In the process of moving to flutter/engine, so ask matan if +# modifying anything here (https://github.com/flutter/flutter/issues/150869). +/docs/engine/** @matanlurey