diff --git a/.github/labeler.yml b/.github/labeler.yml index 71a1483e341..0978edcde0e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -205,10 +205,15 @@ platform-windows: - changed-files: - any-glob-to-any-file: - docs/contributing/**/* + +# Keep this synced with CODEOWNERS. team-android: - changed-files: - any-glob-to-any-file: - docs/platform/android/**/* + - engine/src/flutter/shell/platform/android/**/* + - packages/flutter_tools/**/*android* + - packages/flutter_tools/**/*gradle* team-ecosystem: - changed-files: diff --git a/CODEOWNERS b/CODEOWNERS index 649938dbfe5..5e20913d375 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -32,6 +32,12 @@ /engine/src/flutter/shell/platform/embedder/embedder.h @cbracken @chinmaygarde @loic-sharma /engine/src/flutter/shell/platform/embedder/tests/embedder_frozen.h @cbracken @chinmaygarde @loic-sharma +# Android team - keep this synced with .github/labeler.yml's team-android section. +/docs/platform/android/** @flutter/android-reviewers +/engine/src/flutter/shell/platform/android/** @flutter/android-reviewers +/packages/flutter_tools/**/*android* @flutter/android-reviewers +/packages/flutter_tools/**/*gradle* @flutter/android-reviewers + # iOS team - keep this synced with .github/labeler.yml's team-ios section. /engine/src/flutter/shell/platform/darwin/common/ @flutter/ios-reviewers /engine/src/flutter/shell/platform/darwin/ios/framework/ @flutter/ios-reviewers