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,112 +4,90 @@
# See https://github.com/actions/labeler/blob/main/README.md for docs.
'a: accessibility':
- any:
- '**/*accessibility*'
- '**/*semantics*'
- '**/*accessibility*'
- '**/*semantics*'
'a: animation':
- any:
- '**/*animation*'
- '**/*animation*'
'a: internationalization':
- any:
- packages/flutter_localizations/**/*
- packages/flutter_localizations/**/*
'a: test':
- any:
- packages/flutter_driver/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- packages/flutter_test/**/*
- packages/flutter_driver/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- packages/flutter_test/**/*
'a: text input':
- any:
- '**/*text*'
- '**/*text*'
'd: api docs':
- any:
- examples/api/**/*
- examples/api/**/*
'd: examples':
- any:
- examples/**/*
- examples/**/*
documentation:
- any:
- examples/api/**/*
- examples/api/**/*
engine:
- any:
- bin/internal/engine.version
- bin/internal/engine.version
'f: cupertino':
- any:
- '**/*cupertino*'
- '**/*cupertino*'
'f: focus':
- any:
- '**/*focus*'
- '**/*focus*'
'f: gestures':
- any:
- '**/*gestures*'
- '**/*gestures*'
'f: material':
- any:
- '**/*material*'
- '**/*material*'
'f: routes':
- any:
- '**/*navigator*'
- '**/*route*'
- '**/*navigator*'
- '**/*route*'
'f: scrolling':
- any:
- '**/*scroll*'
- '**/*sliver*'
- '**/*viewport*'
- '**/*scroll*'
- '**/*sliver*'
- '**/*viewport*'
framework:
- any:
- packages/flutter/**/*
- packages/flutter_driver/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- packages/flutter_test/**/*
- packages/integration_test/**/*
- packages/flutter/**/*
- packages/flutter_driver/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- packages/flutter_test/**/*
- packages/integration_test/**/*
integration_test:
- any:
- packages/integration_test/**/*
- packages/integration_test/**/*
platform-ios:
- any:
- packages/flutter_tools/lib/src/ios/**/*
- packages/flutter_tools/lib/src/ios/**/*
team:
- any:
- '**/pubspec.yaml'
- '**/fix_data.yaml'
- '**/*.expect'
- '**/*test_fixes*'
- .github/**/*
- dev/**/*
- examples/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- '**/pubspec.yaml'
- '**/fix_data.yaml'
- '**/*.expect'
- '**/*test_fixes*'
- .github/**/*
- dev/**/*
- examples/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
'team: gallery':
- any:
- examples/flutter_gallery/**/*
- examples/flutter_gallery/**/*
tech-debt:
- any:
- '**/fix_data.yaml'
- '**/*.expect'
- '**/*test_fixes*'
- '**/fix_data.yaml'
- '**/*.expect'
- '**/*test_fixes*'
tool:
- any:
- packages/flutter_tools/**/*
- packages/fuchsia_remote_debug_protocol/**/*
- packages/flutter_tools/**/*
- 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