forked from firka/flutter
This sorts the wiki pages owned by the Framework team in the docs/ directory as planned in [flutter.dev/go/migrate-flutter-wiki-spreadsheet](https://docs.google.com/spreadsheets/d/1x65189ZBdNiLRygpUYoU08pwvXD4M-Z157c6pm8deGI/edit?usp=sharing) It also adds the framework related labels to the bot for future PRs. Changes to the content were only updating cross links. The remaining wiki links will be updated after the rest of the pages are relocated, the original wiki links still work in the meantime. Part of https://github.com/flutter/flutter/issues/145009
160 lines
3.4 KiB
YAML
160 lines
3.4 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':
|
|
- 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/**/*'
|
|
|
|
'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:
|
|
- any-glob-to-any-file:
|
|
- '**/text/*'
|
|
- '**/*text*'
|
|
|
|
'd: api docs':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- examples/api/**/*
|
|
|
|
'd: examples':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- examples/**/*
|
|
|
|
engine:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- bin/internal/engine.version
|
|
|
|
'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/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-ios:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/flutter_tools/lib/src/ios/**/*
|
|
|
|
platform-web:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/flutter_web_plugins/**/*
|
|
|
|
'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-ecosystem:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/ecosystem/**/*
|
|
|
|
tool:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/flutter_tools/**/*
|
|
- packages/fuchsia_remote_debug_protocol/**/*
|