flutter/.github/labeler.yml
Ricardo Amador bda64b54e1
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].*
2023-06-29 21:34:28 +00:00

107 lines
2.0 KiB
YAML

# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# See https://github.com/actions/labeler/blob/main/README.md for docs.
'a: accessibility':
- '**/accessibility/*'
- '**/*accessibility*'
- '**/semantics/*'
- '**/*semantics*'
'a: animation':
- '**/animation/*'
- '**/*animation*'
'a: internationalization':
- packages/flutter_localizations/**/*
'a: tests':
- packages/flutter_driver/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- packages/flutter_test/**/*
'a: text input':
- '**/text/*'
- '**/*text*'
'd: api docs':
- examples/api/**/*
'd: examples':
- examples/**/*
documentation:
- examples/api/**/*
engine:
- bin/internal/engine.version
'f: cupertino':
- '**/cupertino/*'
- '**/*cupertino*'
'f: focus':
- '**/focus/*'
- '**/*focus*'
'f: gestures':
- '**/gestures/*'
- '**/*gestures*'
'f: material design':
- '**/material/*'
- '**/*material*'
'f: routes':
- '**/navigator/*'
- '**/*navigator*'
- '**/route/*'
- '**/*route*'
'f: scrolling':
- '**/*scroll*'
- '**/scroll/*'
- '**/*sliver*'
- '**/sliver/*'
- '**/*viewport*'
- '**/viewport/*'
framework:
- packages/flutter/**/*
- packages/flutter_driver/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- packages/flutter_test/**/*
- packages/integration_test/**/*
integration_test:
- packages/integration_test/**/*
platform-ios:
- packages/flutter_tools/lib/src/ios/**/*
team:
- '**/pubspec.yaml'
- '**/fix_data.yaml'
- '**/*.expect'
- '**/*test_fixes*'
- .github/**/*
- dev/**/*
- examples/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
'gallery':
- examples/flutter_gallery/**/*
tech-debt:
- '**/fix_data.yaml'
- '**/*.expect'
- '**/*test_fixes*'
tool:
- packages/flutter_tools/**/*
- packages/fuchsia_remote_debug_protocol/**/*