Fix labeler not actually doing any labeling (#139596)

https://github.com/flutter/flutter/issues/139511

The initial formatting that landed just prevented it from failing, but it turns out the new format is completely overhauled.
This commit is contained in:
Drew Roen 2023-12-05 16:43:05 -06:00 committed by GitHub
parent 5bce16dee5
commit e69024d6ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

167
.github/labeler.yml vendored
View File

@ -4,116 +4,137 @@
# 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: - changed-files:
- '**/accessibility/*' - any-glob-to-any-file:
- '**/*accessibility*' - '**/accessibility/*'
- '**/semantics/*' - '**/*accessibility*'
- '**/*semantics*' - '**/semantics/*'
- '**/*semantics*'
'a: animation': 'a: animation':
- any: - changed-files:
- '**/animation/*' - any-glob-to-any-file:
- '**/*animation*' - '**/animation/*'
- '**/*animation*'
'a: desktop': 'a: desktop':
- any: - changed-files:
- '**/linux/**/*' - any-glob-to-any-file:
- '**/macos/**/*' - '**/linux/**/*'
- '**/windows/**/*' - '**/macos/**/*'
- '**/windows/**/*'
'a: internationalization': 'a: internationalization':
- any: - changed-files:
- packages/flutter_localizations/**/* - any-glob-to-any-file:
- packages/flutter_localizations/**/*
'a: tests': 'a: tests':
- any: - changed-files:
- packages/flutter_driver/**/* - any-glob-to-any-file:
- packages/flutter_goldens/**/* - packages/flutter_driver/**/*
- packages/flutter_goldens_client/**/* - packages/flutter_goldens/**/*
- packages/flutter_test/**/* - packages/flutter_goldens_client/**/*
- packages/flutter_test/**/*
'a: text input': 'a: text input':
- any: - changed-files:
- '**/text/*' - any-glob-to-any-file:
- '**/*text*' - '**/text/*'
- '**/*text*'
'd: api docs': 'd: api docs':
- any: - changed-files:
- examples/api/**/* - any-glob-to-any-file:
- examples/api/**/*
'd: examples': 'd: examples':
- any: - changed-files:
- examples/**/* - any-glob-to-any-file:
- examples/**/*
engine: engine:
- any: - changed-files:
- bin/internal/engine.version - any-glob-to-any-file:
- bin/internal/engine.version
'f: cupertino': 'f: cupertino':
- any: - changed-files:
- '**/cupertino/*' - any-glob-to-any-file:
- '**/*cupertino*' - '**/cupertino/*'
- '**/*cupertino*'
'f: focus': 'f: focus':
- any: - changed-files:
- '**/focus/*' - any-glob-to-any-file:
- '**/*focus*' - '**/focus/*'
- '**/*focus*'
'f: gestures': 'f: gestures':
- any: - changed-files:
- '**/gestures/*' - any-glob-to-any-file:
- '**/*gestures*' - '**/gestures/*'
- '**/*gestures*'
'f: material design': 'f: material design':
- any: - changed-files:
- '**/material/*' - any-glob-to-any-file:
- '**/*material*' - '**/material/*'
- '**/*material*'
'f: routes': 'f: routes':
- any: - changed-files:
- '**/navigator/*' - any-glob-to-any-file:
- '**/*navigator*' - '**/navigator/*'
- '**/route/*' - '**/*navigator*'
- '**/*route*' - '**/route/*'
- '**/*route*'
'f: scrolling': 'f: scrolling':
- any: - changed-files:
- '**/*scroll*' - any-glob-to-any-file:
- '**/scroll/*' - '**/*scroll*'
- '**/*sliver*' - '**/scroll/*'
- '**/sliver/*' - '**/*sliver*'
- '**/*viewport*' - '**/sliver/*'
- '**/viewport/*' - '**/*viewport*'
- '**/viewport/*'
framework: framework:
- any: - changed-files:
- packages/flutter/**/* - any-glob-to-any-file:
- packages/flutter_driver/**/* - packages/flutter/**/*
- packages/flutter_goldens/**/* - packages/flutter_driver/**/*
- packages/flutter_goldens_client/**/* - packages/flutter_goldens/**/*
- packages/flutter_test/**/* - packages/flutter_goldens_client/**/*
- packages/integration_test/**/* - packages/flutter_test/**/*
- examples/api/**/* - packages/integration_test/**/*
- examples/api/**/*
'f: integration_test': 'f: integration_test':
- any: - changed-files:
- packages/integration_test/**/* - any-glob-to-any-file:
- packages/integration_test/**/*
platform-ios: platform-ios:
- any: - changed-files:
- packages/flutter_tools/lib/src/ios/**/* - any-glob-to-any-file:
- packages/flutter_tools/lib/src/ios/**/*
'customer: gallery': 'customer: gallery':
- any: - changed-files:
- examples/flutter_gallery/**/* - any-glob-to-any-file:
- examples/flutter_gallery/**/*
'c: tech-debt': 'c: tech-debt':
- any: - changed-files:
- '**/fix_data.yaml' - any-glob-to-any-file:
- '**/*.expect' - '**/fix_data.yaml'
- '**/*test_fixes*' - '**/*.expect'
- '**/*test_fixes*'
tool: tool:
- any: - changed-files:
- packages/flutter_tools/**/* - any-glob-to-any-file:
- packages/fuchsia_remote_debug_protocol/**/* - packages/flutter_tools/**/*
- packages/fuchsia_remote_debug_protocol/**/*