Unverified Commit 20eb5adf authored by Casey Hillers's avatar Casey Hillers Committed by GitHub

Revert "Update labeler action wildcards" (#127541)

Reverts flutter/flutter#127524

Bad YAML format is blocking presubmit PRs.
parent 2d142c5b
...@@ -5,39 +5,39 @@ ...@@ -5,39 +5,39 @@
# 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: - any:
- '**/*accessibility*' - accessibility
- '**/*semantics*'' - semantics
'a: animation': 'a: animation':
- any: - any:
- '**/*animation*' - animation
'a: internationalization': 'a: internationalization':
- any: - any:
- packages/flutter_localizations/**/* - packages/flutter_localizations/**
'a: test': 'a: test':
- any: - 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: - any:
- '**/*text*' - text
'd: api docs': 'd: api docs':
- any: - any:
- examples/api/**/* - examples/api/**
'd: examples': 'd: examples':
- any: - any:
- examples/**/* - examples/**
documentation: documentation:
- any: - any:
- examples/api/**/* - examples/api/**
engine: engine:
- any: - any:
...@@ -45,47 +45,47 @@ engine: ...@@ -45,47 +45,47 @@ engine:
'f: cupertino': 'f: cupertino':
- any: - any:
- '**/*cupertino*' - cupertino
'f: focus': 'f: focus':
- any: - any:
- '**/*focus*' - focus
'f: gestures': 'f: gestures':
- any: - any:
- '**/*gestures*' - gestures
'f: material': 'f: material':
- any: - any:
- '**/*material*' - material
'f: routes': 'f: routes':
- any: - any:
- '**/*navigator*' - navigator
- '**/*route*' - route
'f: scrolling': 'f: scrolling':
- any: - any:
- '**/*scroll*' - scroll
- '**/*sliver*' - sliver
- '**/*viewport*' - viewport
framework: framework:
- any: - 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/**
integration_test: integration_test:
- any: - any:
- packages/integration_test/**/* - packages/integration_test/**
platform-ios: platform-ios:
- any: - any:
- packages/flutter_tools/lib/src/ios/**/* - packages/flutter_tools/lib/src/ios/**
team: team:
- any: - any:
...@@ -93,15 +93,14 @@ team: ...@@ -93,15 +93,14 @@ team:
- '**/fix_data.yaml' - '**/fix_data.yaml'
- '**/*.expect' - '**/*.expect'
- '**/*test_fixes*' - '**/*test_fixes*'
- .github/**/* - dev/**
- dev/**/* - examples/**
- examples/**/* - packages/flutter_goldens/**
- packages/flutter_goldens/**/* - packages/flutter_goldens_client/**
- packages/flutter_goldens_client/**/*
'team: gallery': 'team: gallery':
- any: - any:
- examples/flutter_gallery/**/* - examples/flutter_gallery/**
tech-debt: tech-debt:
- any: - any:
...@@ -111,5 +110,5 @@ tech-debt: ...@@ -111,5 +110,5 @@ tech-debt:
tool: tool:
- any: - any:
- packages/flutter_tools/**/* - packages/flutter_tools/**
- packages/fuchsia_remote_debug_protocol/**/* - packages/fuchsia_remote_debug_protocol/**
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment