Skip to content

Commit

Permalink
[ci] Adds @matanlurey to some Android CODEOWNERS until Impeller is en…
Browse files Browse the repository at this point in the history
…abled. (#7014)

I.e. until flutter/flutter#151018 is
completed.

I know this is not foolproof, but I'm hoping it at least keeps me on top
of whatever needs to change in the meantime.
  • Loading branch information
matanlurey authored Jul 1, 2024
1 parent 0e3460c commit c0b4cda
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ packages/video_player/video_player_web/** @ditman
packages/webview_flutter/webview_flutter_web/** @ditman

# - Android
packages/camera/camera_android/** @camsim99
packages/camera/camera_android_camerax/** @camsim99
# TODO(matanlurey): Remove @matanlurey after https://github.com/flutter/flutter/issues/151018.
packages/camera/camera_android/** @camsim99 @matanlurey
packages/camera/camera_android_camerax/** @camsim99 @matanlurey
packages/espresso/** @reidbaker
packages/file_selector/file_selector_android/** @gmackall
packages/flutter_plugin_android_lifecycle/** @reidbaker
Expand All @@ -76,7 +77,7 @@ packages/path_provider/path_provider_android/** @camsim99
packages/quick_actions/quick_actions_android/** @camsim99
packages/shared_preferences/shared_preferences_android/** @reidbaker
packages/url_launcher/url_launcher_android/** @gmackall
packages/video_player/video_player_android/** @camsim99
packages/video_player/video_player_android/** @camsim99 @matanlurey
# Owned by ecosystem team for now during the wrapper evaluation.
packages/webview_flutter/webview_flutter_android/** @bparrishMines

Expand Down

0 comments on commit c0b4cda

Please sign in to comment.