From d436acf8082685972ae2bcd6efe749e337230034 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Tue, 23 Jul 2024 13:41:22 -0700 Subject: [PATCH] Notify me of changes to `flutter_driver`. (#152188) Part of https://github.com/flutter/flutter/issues/148028. --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index b45ddf1515..4c9c22830f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -10,6 +10,6 @@ /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 +# Working on flutter_driver improvements. +# See https://github.com/flutter/flutter/issues/148028. +/packages/flutter_driver/** @matanlurey