mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --------- Co-authored-by: Jenn Magder <magder@google.com>
265 lines
5.9 KiB
YAML
265 lines
5.9 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.
|
|
# Use git ls-files '<pattern>' to see the list of matching files.
|
|
|
|
'a: accessibility':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/accessibility/*'
|
|
- '**/*accessibility*'
|
|
- '**/semantics/*'
|
|
- '**/*semantics*'
|
|
|
|
'a: animation':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/animation/*'
|
|
- '**/*animation*'
|
|
|
|
'a: desktop':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/linux/**/*'
|
|
- '**/macos/**/*'
|
|
- '**/windows/**/*'
|
|
- engine/src/flutter/shell/platform/darwin/common/**/*
|
|
|
|
'a: internationalization':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/flutter_localizations/**/*
|
|
|
|
'a: tests':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/flutter_driver/**/*
|
|
- packages/flutter_goldens/**/*
|
|
- packages/flutter_test/**/*
|
|
- packages/integration_test/**/*
|
|
|
|
'a: text input':
|
|
- changed-files:
|
|
- all-globs-to-any-file:
|
|
- '**/*text*'
|
|
- '!**/*context*'
|
|
- '!**/*texture*'
|
|
|
|
'd: api docs':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- examples/api/**/*
|
|
|
|
'd: docs/':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/**/*
|
|
|
|
'd: examples':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- examples/**/*
|
|
|
|
'e: embedder':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/shell/platform/embedder
|
|
|
|
'e: impeller':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/impeller/**/*
|
|
|
|
engine:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- DEPS
|
|
- engine/**/*
|
|
- docs/engine/**/*
|
|
|
|
'f: cupertino':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/cupertino/*'
|
|
- '**/*cupertino*'
|
|
- docs/libraries/cupertino/**/*
|
|
|
|
'f: focus':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/focus/*'
|
|
- '**/*focus*'
|
|
|
|
'f: gestures':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/gestures/*'
|
|
- '**/*gestures*'
|
|
|
|
'f: material design':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/material/*'
|
|
- '**/*material*'
|
|
- docs/libraries/material/**/*
|
|
|
|
'f: routes':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/navigator/*'
|
|
- '**/*navigator*'
|
|
- '**/route/*'
|
|
- '**/*route*'
|
|
|
|
'f: scrolling':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/*scroll*'
|
|
- '**/scroll/*'
|
|
- '**/*sliver*'
|
|
- '**/sliver/*'
|
|
- '**/*viewport*'
|
|
- '**/viewport/*'
|
|
|
|
framework:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/flutter/**/*
|
|
- packages/flutter_driver/**/*
|
|
- packages/flutter_goldens/**/*
|
|
- packages/flutter_localizations/**/*
|
|
- packages/flutter_test/**/*
|
|
- packages/integration_test/**/*
|
|
- examples/api/**/*
|
|
- docs/about/**/*
|
|
- docs/contributing/**/*
|
|
- docs/libraries/**/*
|
|
|
|
'f: integration_test':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/integration_test/**/*
|
|
|
|
package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/ecosystem/**/*
|
|
|
|
platform-android:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/platform/android/**/*
|
|
- engine/src/flutter/shell/platform/android/**/*
|
|
- packages/flutter_tools/*android*'
|
|
- packages/flutter_tools/gradle/**/*
|
|
|
|
platform-ios:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/shell/platform/darwin/common/**/*
|
|
- engine/src/flutter/shell/platform/darwin/ios/**/*
|
|
- packages/flutter_tools/lib/src/ios/**/*
|
|
|
|
platform-fuchsia:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/shell/platform/fuchsia/**/*
|
|
|
|
platform-linux:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/shell/platform/linux/**/*
|
|
|
|
platform-macos:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/src/flutter/shell/platform/darwin/common/**/*
|
|
- engine/src/flutter/shell/platform/darwin/macos/**/*
|
|
|
|
platform-web:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/web_sdk/**/*'
|
|
- engine/src/flutter/lib/web_ui/**/*
|
|
- packages/flutter_web_plugins
|
|
|
|
platform-windows:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/shell/platform/windows/**/*
|
|
|
|
'customer: gallery':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- examples/flutter_gallery/**/*
|
|
|
|
'c: tech-debt':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/fix_data.yaml'
|
|
- '**/*.expect'
|
|
- '**/*test_fixes*'
|
|
|
|
team:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/about/**/*
|
|
- docs/contributing/**/*
|
|
- docs/postmortems/**/*
|
|
|
|
team-android:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/platform/android/**/*
|
|
|
|
team-ecosystem:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/ecosystem/**/*
|
|
|
|
team-engine:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/engine/**/*
|
|
|
|
team-infra:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/infra/**/*
|
|
|
|
# Keep this synced with CODEOWNERS.
|
|
team-ios:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/shell/platform/darwin/common/**/*
|
|
- engine/src/flutter/shell/platform/darwin/ios/framework/**/*
|
|
- packages/flutter_tools/**/ios/*
|
|
- packages/flutter_tools/**/macos/*
|
|
- packages/flutter_tools/**/*xcode*
|
|
- packages/flutter_tools/**/*ios*
|
|
- packages/flutter_tools/**/*macos*
|
|
|
|
team-release:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/releases/**/*
|
|
|
|
team-tool:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/tool/**/*
|
|
|
|
team-web:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/platforms/web/**/*
|
|
|
|
tool:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/flutter_tools/**/*
|
|
- packages/fuchsia_remote_debug_protocol/**/*
|
|
- docs/tool/**/*
|