mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Revert "Fix the matcher condition where multiple matchers are found" (#129675)
Reverts flutter/flutter#129670
This commit is contained in:
parent
93b61effc2
commit
4ca398db41
20
.github/labeler.yml
vendored
20
.github/labeler.yml
vendored
@ -4,29 +4,25 @@
|
|||||||
|
|
||||||
# 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/*'
|
||||||
- '**/*accessibility*'
|
- '**/*accessibility*'
|
||||||
- '**/semantics/*'
|
- '**/semantics/*'
|
||||||
- '**/*semantics*'
|
- '**/*semantics*'
|
||||||
|
|
||||||
'a: animation':
|
'a: animation':
|
||||||
- any:
|
|
||||||
- '**/animation/*'
|
- '**/animation/*'
|
||||||
- '**/*animation*''
|
- '**/*animation*'
|
||||||
|
|
||||||
'a: internationalization':
|
'a: internationalization':
|
||||||
- packages/flutter_localizations/**/*
|
- packages/flutter_localizations/**/*
|
||||||
|
|
||||||
'a: tests':
|
'a: tests':
|
||||||
- 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/*'
|
||||||
- '**/*text*'
|
- '**/*text*'
|
||||||
|
|
||||||
@ -43,34 +39,28 @@ engine:
|
|||||||
- bin/internal/engine.version
|
- bin/internal/engine.version
|
||||||
|
|
||||||
'f: cupertino':
|
'f: cupertino':
|
||||||
- any:
|
|
||||||
- '**/cupertino/*'
|
- '**/cupertino/*'
|
||||||
- '**/*cupertino*'
|
- '**/*cupertino*'
|
||||||
|
|
||||||
'f: focus':
|
'f: focus':
|
||||||
- any:
|
|
||||||
- '**/focus/*'
|
- '**/focus/*'
|
||||||
- '**/*focus*'
|
- '**/*focus*'
|
||||||
|
|
||||||
'f: gestures':
|
'f: gestures':
|
||||||
- any:
|
|
||||||
- '**/gestures/*'
|
- '**/gestures/*'
|
||||||
- '**/*gestures*'
|
- '**/*gestures*'
|
||||||
|
|
||||||
'f: material design':
|
'f: material design':
|
||||||
- any:
|
|
||||||
- '**/material/*'
|
- '**/material/*'
|
||||||
- '**/*material*'
|
- '**/*material*'
|
||||||
|
|
||||||
'f: routes':
|
'f: routes':
|
||||||
- any:
|
|
||||||
- '**/navigator/*'
|
- '**/navigator/*'
|
||||||
- '**/*navigator*'
|
- '**/*navigator*'
|
||||||
- '**/route/*'
|
- '**/route/*'
|
||||||
- '**/*route*'
|
- '**/*route*'
|
||||||
|
|
||||||
'f: scrolling':
|
'f: scrolling':
|
||||||
- any:
|
|
||||||
- '**/*scroll*'
|
- '**/*scroll*'
|
||||||
- '**/scroll/*'
|
- '**/scroll/*'
|
||||||
- '**/*sliver*'
|
- '**/*sliver*'
|
||||||
@ -79,10 +69,9 @@ engine:
|
|||||||
- '**/viewport/*'
|
- '**/viewport/*'
|
||||||
|
|
||||||
framework:
|
framework:
|
||||||
- any:
|
|
||||||
- packages/flutter/**/*
|
- packages/flutter/**/*
|
||||||
- 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/**/*
|
||||||
- packages/integration_test/**/*
|
- packages/integration_test/**/*
|
||||||
@ -94,7 +83,6 @@ platform-ios:
|
|||||||
- 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'
|
||||||
@ -105,16 +93,14 @@ team:
|
|||||||
- packages/flutter_goldens/**/*
|
- packages/flutter_goldens/**/*
|
||||||
- packages/flutter_goldens_client/**/*
|
- packages/flutter_goldens_client/**/*
|
||||||
|
|
||||||
'team: gallery':
|
'gallery':
|
||||||
- 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/**/*
|
||||||
|
Loading…
Reference in New Issue
Block a user