diff --git a/.github/labeler.yml b/.github/labeler.yml index c83124b35d..35c9165ecd 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,6 +3,8 @@ # found in the LICENSE file. # See https://github.com/actions/labeler/blob/main/README.md for docs. +# Use git ls-files '' to see the list of matching files. + 'a: accessibility': - changed-files: - any-glob-to-any-file: @@ -136,7 +138,7 @@ platform-android: - changed-files: - any-glob-to-any-file: - docs/platform/android/**/* - - packages/flutter_tools/lib/src/android/**/* + - packages/flutter_tools/*android*' - packages/flutter_tools/gradle/**/* platform-ios: