Unverified Commit 51cb8719 authored by Casey Hillers's avatar Casey Hillers Committed by GitHub

[labeler] Remove use of any (#128011)

https://github.com/flutter/flutter/issues/127722
parent 47c0454a
...@@ -4,74 +4,58 @@ ...@@ -4,74 +4,58 @@
# See https://github.com/actions/labeler/blob/main/README.md for docs. # See https://github.com/actions/labeler/blob/main/README.md for docs.
'a: accessibility': 'a: accessibility':
- any:
- '**/*accessibility*' - '**/*accessibility*'
- '**/*semantics*' - '**/*semantics*'
'a: animation': 'a: animation':
- any:
- '**/*animation*' - '**/*animation*'
'a: internationalization': 'a: internationalization':
- any:
- packages/flutter_localizations/**/* - packages/flutter_localizations/**/*
'a: test': 'a: test':
- any:
- packages/flutter_driver/**/* - packages/flutter_driver/**/*
- packages/flutter_goldens/**/* - packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/* - packages/flutter_goldens_client/**/*
- packages/flutter_test/**/* - packages/flutter_test/**/*
'a: text input': 'a: text input':
- any:
- '**/*text*' - '**/*text*'
'd: api docs': 'd: api docs':
- any:
- examples/api/**/* - examples/api/**/*
'd: examples': 'd: examples':
- any:
- examples/**/* - examples/**/*
documentation: documentation:
- any:
- examples/api/**/* - examples/api/**/*
engine: engine:
- any:
- bin/internal/engine.version - bin/internal/engine.version
'f: cupertino': 'f: cupertino':
- any:
- '**/*cupertino*' - '**/*cupertino*'
'f: focus': 'f: focus':
- any:
- '**/*focus*' - '**/*focus*'
'f: gestures': 'f: gestures':
- any:
- '**/*gestures*' - '**/*gestures*'
'f: material': 'f: material':
- any:
- '**/*material*' - '**/*material*'
'f: routes': 'f: routes':
- any:
- '**/*navigator*' - '**/*navigator*'
- '**/*route*' - '**/*route*'
'f: scrolling': 'f: scrolling':
- any:
- '**/*scroll*' - '**/*scroll*'
- '**/*sliver*' - '**/*sliver*'
- '**/*viewport*' - '**/*viewport*'
framework: framework:
- any:
- packages/flutter/**/* - packages/flutter/**/*
- packages/flutter_driver/**/* - packages/flutter_driver/**/*
- packages/flutter_goldens/**/* - packages/flutter_goldens/**/*
...@@ -80,15 +64,12 @@ framework: ...@@ -80,15 +64,12 @@ framework:
- packages/integration_test/**/* - packages/integration_test/**/*
integration_test: integration_test:
- any:
- packages/integration_test/**/* - packages/integration_test/**/*
platform-ios: platform-ios:
- any:
- packages/flutter_tools/lib/src/ios/**/* - packages/flutter_tools/lib/src/ios/**/*
team: team:
- any:
- '**/pubspec.yaml' - '**/pubspec.yaml'
- '**/fix_data.yaml' - '**/fix_data.yaml'
- '**/*.expect' - '**/*.expect'
...@@ -100,16 +81,13 @@ team: ...@@ -100,16 +81,13 @@ team:
- packages/flutter_goldens_client/**/* - packages/flutter_goldens_client/**/*
'team: gallery': 'team: gallery':
- any:
- examples/flutter_gallery/**/* - examples/flutter_gallery/**/*
tech-debt: tech-debt:
- any:
- '**/fix_data.yaml' - '**/fix_data.yaml'
- '**/*.expect' - '**/*.expect'
- '**/*test_fixes*' - '**/*test_fixes*'
tool: tool:
- any:
- packages/flutter_tools/**/* - packages/flutter_tools/**/*
- packages/fuchsia_remote_debug_protocol/**/* - packages/fuchsia_remote_debug_protocol/**/*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment