flutter_flutter/.github/labeler.yml
Jenn Magder 8e8ab5d88e
Fix GitHub labeler platform-android typo (#175076)
`git ls-files "packages/flutter_tools/*android*'"` returns nothing. Fix
typo from https://github.com/flutter/flutter/pull/159166.

This caused https://github.com/flutter/flutter/pull/169544 to not get
the correct label.



## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

**Note**: The Flutter team is currently trialing the use of [Gemini Code
Assist for
GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
Comments from the `gemini-code-assist` bot should not be taken as
authoritative feedback from the Flutter team. If you find its comments
useful you can update your code accordingly, but if you are unsure or
disagree with the feedback, please feel free to wait for a Flutter team
member's review for guidance on which automated comments should be
addressed.

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
2025-09-08 17:38:25 +00:00

262 lines
6.0 KiB
YAML

# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# See https://github.com/actions/labeler/blob/main/README.md for docs.
# Use git ls-files '<pattern>' to see the list of matching files.
'a: accessibility':
- changed-files:
- any-glob-to-any-file:
- '**/accessibility/*'
- '**/*accessibility*'
- '**/semantics/*'
- '**/*semantics*'
'a: animation':
- changed-files:
- any-glob-to-any-file:
- '**/animation/*'
- '**/*animation*'
'a: desktop':
- changed-files:
- any-glob-to-any-file:
- '**/linux/**/*'
- '**/macos/**/*'
- '**/windows/**/*'
- engine/src/flutter/shell/platform/darwin/common/**/*
'a: internationalization':
- changed-files:
- any-glob-to-any-file:
- packages/flutter_localizations/**/*
'a: tests':
- changed-files:
- any-glob-to-any-file:
- packages/flutter_driver/**/*
- packages/flutter_goldens/**/*
- packages/flutter_test/**/*
- packages/integration_test/**/*
'a: text input':
- changed-files:
- all-globs-to-any-file:
- '**/*text*'
- '!**/*context*'
- '!**/*texture*'
'd: api docs':
- changed-files:
- any-glob-to-any-file:
- examples/api/**/*
'd: docs/':
- changed-files:
- any-glob-to-any-file:
- docs/**/*
'd: examples':
- changed-files:
- any-glob-to-any-file:
- examples/**/*
'e: embedder':
- changed-files:
- any-glob-to-any-file:
- engine/src/flutter/shell/platform/embedder
'e: impeller':
- changed-files:
- any-glob-to-any-file:
- engine/src/flutter/impeller/**/*
engine:
- changed-files:
- any-glob-to-any-file:
- DEPS
- engine/**/*
- docs/engine/**/*
'f: cupertino':
- changed-files:
- any-glob-to-any-file:
- '**/cupertino/*'
- '**/*cupertino*'
- docs/libraries/cupertino/**/*
'f: focus':
- changed-files:
- any-glob-to-any-file:
- '**/focus/*'
- '**/*focus*'
'f: gestures':
- changed-files:
- any-glob-to-any-file:
- '**/gestures/*'
- '**/*gestures*'
'f: material design':
- changed-files:
- any-glob-to-any-file:
- '**/material/*'
- '**/*material*'
- docs/libraries/material/**/*
'f: routes':
- changed-files:
- any-glob-to-any-file:
- '**/navigator/*'
- '**/*navigator*'
- '**/route/*'
- '**/*route*'
'f: scrolling':
- changed-files:
- any-glob-to-any-file:
- '**/*scroll*'
- '**/scroll/*'
- '**/*sliver*'
- '**/sliver/*'
- '**/*viewport*'
- '**/viewport/*'
framework:
- changed-files:
- any-glob-to-any-file:
- packages/flutter/**/*
- packages/flutter_driver/**/*
- packages/flutter_goldens/**/*
- packages/flutter_localizations/**/*
- packages/flutter_test/**/*
- packages/integration_test/**/*
- examples/api/**/*
- docs/about/**/*
- docs/contributing/**/*
- docs/libraries/**/*
'f: integration_test':
- changed-files:
- any-glob-to-any-file:
- packages/integration_test/**/*
package:
- changed-files:
- any-glob-to-any-file:
- docs/ecosystem/**/*
platform-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/**/*
platform-ios:
- changed-files:
- any-glob-to-any-file:
- engine/src/flutter/shell/platform/darwin/common/**/*
- engine/src/flutter/shell/platform/darwin/ios/**/*
- packages/flutter_tools/lib/src/ios/**/*
platform-fuchsia:
- changed-files:
- any-glob-to-any-file:
- engine/src/flutter/shell/platform/fuchsia/**/*
platform-linux:
- changed-files:
- any-glob-to-any-file:
- engine/src/flutter/shell/platform/linux/**/*
platform-macos:
- changed-files:
- any-glob-to-any-file:
- engine/src/flutter/src/flutter/shell/platform/darwin/common/**/*
- engine/src/flutter/shell/platform/darwin/macos/**/*
platform-web:
- changed-files:
- any-glob-to-any-file:
- '**/web_sdk/**/*'
- engine/src/flutter/lib/web_ui/**/*
- packages/flutter_web_plugins
platform-windows:
- changed-files:
- any-glob-to-any-file:
- engine/src/flutter/shell/platform/windows/**/*
'customer: gallery':
- changed-files:
- any-glob-to-any-file:
- examples/flutter_gallery/**/*
'c: tech-debt':
- changed-files:
- any-glob-to-any-file:
- '**/fix_data.yaml'
- '**/*.expect'
- '**/*test_fixes*'
'c: contributor-productivity':
- 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:
- any-glob-to-any-file:
- docs/ecosystem/**/*
team-engine:
- changed-files:
- any-glob-to-any-file:
- docs/engine/**/*
team-infra:
- changed-files:
- any-glob-to-any-file:
- docs/infra/**/*
- docs/releases/**/*
# Keep this synced with CODEOWNERS.
team-ios:
- changed-files:
- any-glob-to-any-file:
- engine/src/flutter/shell/platform/darwin/common/**/*
- engine/src/flutter/shell/platform/darwin/ios/framework/**/*
- packages/flutter_tools/**/ios/*
- packages/flutter_tools/**/macos/*
- packages/flutter_tools/**/*xcode*
- packages/flutter_tools/**/*ios*
- packages/flutter_tools/**/*macos*
team-tool:
- changed-files:
- any-glob-to-any-file:
- docs/tool/**/*
team-web:
- changed-files:
- any-glob-to-any-file:
- docs/platforms/web/**/*
tool:
- changed-files:
- any-glob-to-any-file:
- packages/flutter_tools/**/*
- packages/fuchsia_remote_debug_protocol/**/*
- docs/tool/**/*