From bda64b54e10322a1aaf4fad2f5249e00372baced Mon Sep 17 00:00:00 2001 From: Ricardo Amador <32242716+ricardoamador@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:34:28 -0700 Subject: [PATCH] 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: https://github.com/flutter/flutter/commit/2be476d4015db8f6c442eefa3e9a897975407d4c 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].* --- .github/labeler.yml | 114 +++++++++++++++++++------------------------- 1 file changed, 50 insertions(+), 64 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d28b7d97ab..1599ae2042 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,31 +4,27 @@ # See https://github.com/actions/labeler/blob/main/README.md for docs. 'a: accessibility': - - any: - - '**/accessibility/*' - - '**/*accessibility*' - - '**/semantics/*' - - '**/*semantics*' + - '**/accessibility/*' + - '**/*accessibility*' + - '**/semantics/*' + - '**/*semantics*' 'a: animation': - - any: - - '**/animation/*' - - '**/*animation*' + - '**/animation/*' + - '**/*animation*' 'a: internationalization': - packages/flutter_localizations/**/* 'a: tests': - - 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*' + - '**/text/*' + - '**/*text*' 'd: api docs': - examples/api/**/* @@ -43,49 +39,42 @@ engine: - bin/internal/engine.version 'f: cupertino': - - any: - - '**/cupertino/*' - - '**/*cupertino*' + - '**/cupertino/*' + - '**/*cupertino*' 'f: focus': - - any: - - '**/focus/*' - - '**/*focus*' + - '**/focus/*' + - '**/*focus*' 'f: gestures': - - any: - - '**/gestures/*' - - '**/*gestures*' + - '**/gestures/*' + - '**/*gestures*' 'f: material design': - - any: - - '**/material/*' - - '**/*material*' + - '**/material/*' + - '**/*material*' 'f: routes': - - any: - - '**/navigator/*' - - '**/*navigator*' - - '**/route/*' - - '**/*route*' + - '**/navigator/*' + - '**/*navigator*' + - '**/route/*' + - '**/*route*' 'f: scrolling': - - any: - - '**/*scroll*' - - '**/scroll/*' - - '**/*sliver*' - - '**/sliver/*' - - '**/*viewport*' - - '**/viewport/*' + - '**/*scroll*' + - '**/scroll/*' + - '**/*sliver*' + - '**/sliver/*' + - '**/*viewport*' + - '**/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: - packages/integration_test/**/* @@ -94,27 +83,24 @@ platform-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/**/* '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/**/*