[labeler] Remove use of any (#128011)
https://github.com/flutter/flutter/issues/127722
This commit is contained in:
parent
47c0454a15
commit
51cb871986
112
.github/labeler.yml
vendored
112
.github/labeler.yml
vendored
@ -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/**/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user