Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update labeler version, fix yaml to work with v5 #139564

Merged
merged 3 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 73 additions & 52 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,95 +4,116 @@

# See https://github.com/actions/labeler/blob/main/README.md for docs.
'a: accessibility':
- '**/accessibility/*'
- '**/*accessibility*'
- '**/semantics/*'
- '**/*semantics*'
- any:
- '**/accessibility/*'
- '**/*accessibility*'
- '**/semantics/*'
- '**/*semantics*'

'a: animation':
- '**/animation/*'
- '**/*animation*'
- any:
- '**/animation/*'
- '**/*animation*'

'a: desktop':
- '**/linux/**/*'
- '**/macos/**/*'
- '**/windows/**/*'
- any:
- '**/linux/**/*'
- '**/macos/**/*'
- '**/windows/**/*'

'a: internationalization':
- packages/flutter_localizations/**/*
- any:
- packages/flutter_localizations/**/*

'a: tests':
- packages/flutter_driver/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- packages/flutter_test/**/*
- any:
- packages/flutter_driver/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- packages/flutter_test/**/*

'a: text input':
- '**/text/*'
- '**/*text*'
- any:
- '**/text/*'
- '**/*text*'

'd: api docs':
- examples/api/**/*
- any:
- examples/api/**/*

'd: examples':
- examples/**/*
- any:
- examples/**/*

engine:
- bin/internal/engine.version
- any:
- bin/internal/engine.version

'f: cupertino':
- '**/cupertino/*'
- '**/*cupertino*'
- any:
- '**/cupertino/*'
- '**/*cupertino*'

'f: focus':
- '**/focus/*'
- '**/*focus*'
- any:
- '**/focus/*'
- '**/*focus*'

'f: gestures':
- '**/gestures/*'
- '**/*gestures*'
- any:
- '**/gestures/*'
- '**/*gestures*'

'f: material design':
- '**/material/*'
- '**/*material*'
- any:
- '**/material/*'
- '**/*material*'

'f: routes':
- '**/navigator/*'
- '**/*navigator*'
- '**/route/*'
- '**/*route*'
- any:
- '**/navigator/*'
- '**/*navigator*'
- '**/route/*'
- '**/*route*'

'f: scrolling':
- '**/*scroll*'
- '**/scroll/*'
- '**/*sliver*'
- '**/sliver/*'
- '**/*viewport*'
- '**/viewport/*'
- any:
- '**/*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/**/*
- examples/api/**/*
- any:
- packages/flutter/**/*
- packages/flutter_driver/**/*
- packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- packages/flutter_test/**/*
- packages/integration_test/**/*
- examples/api/**/*

'f: integration_test':
- packages/integration_test/**/*
- any:
- packages/integration_test/**/*

platform-ios:
- packages/flutter_tools/lib/src/ios/**/*
- any:
- packages/flutter_tools/lib/src/ios/**/*

'customer: gallery':
- examples/flutter_gallery/**/*
- any:
- examples/flutter_gallery/**/*

'c: tech-debt':
- '**/fix_data.yaml'
- '**/*.expect'
- '**/*test_fixes*'
- any:
- '**/fix_data.yaml'
- '**/*.expect'
- '**/*test_fixes*'

tool:
- packages/flutter_tools/**/*
- packages/fuchsia_remote_debug_protocol/**/*
- any:
- packages/flutter_tools/**/*
- packages/fuchsia_remote_debug_protocol/**/*
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# Source available at https://github.com/actions/labeler/blob/main/README.md
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
with:
sync-labels: ''
sync-labels: true