From 25f89bf8fba3278cb7e330c8417536d79cd7f613 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Mon, 10 Feb 2025 11:24:40 -0800 Subject: [PATCH] FYI matanlurey (does not require review, but probably should) on dev/test infra. (#162642) I'm the primary contributor to these areas, so I'd like to know if significant changes are proposed. No impact to the code approval process. --- CODEOWNERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 5938a340ba2d5..0228cbefa3d8a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -10,6 +10,7 @@ /packages/flutter_tools/templates/**/Podfile* @jmagman /packages/flutter_tools/lib/src/ios/ @jmagman -# Working on flutter_driver improvements. -# See https://github.com/flutter/flutter/issues/148028. +# flutter_driver, integration_test, and internal dev infra. +/dev/** @matanlurey /packages/flutter_driver/** @matanlurey +/packages/integration_test/** @matanlurey