Remove use of any (#129793)

Remove use of any. This reverts to a previous change. Without any and the newest version this put us back to before the version change.

Restores to this change: 2be476d401
Apparently any is the cause.

I will make a separate issue to track updating of the labeler documentation.

*List which issues are fixed by this PR. You must list at least one issue.*

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
This commit is contained in:
Ricardo Amador 2023-06-29 14:34:28 -07:00 committed by GitHub
parent 7068a2088e
commit bda64b54e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/labeler.yml vendored
View File

@ -4,14 +4,12 @@
# 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*'
@ -19,14 +17,12 @@
- 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,7 +69,6 @@ engine:
- '**/viewport/*' - '**/viewport/*'
framework: framework:
- any:
- packages/flutter/**/* - packages/flutter/**/*
- packages/flutter_driver/**/* - packages/flutter_driver/**/*
- packages/flutter_goldens/**/* - packages/flutter_goldens/**/*
@ -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'
@ -109,12 +97,10 @@ team:
- 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/**/*