mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Migrate engine labeler to top level (#161212)
Hoist engine/src/flutter/.github/labeler.yml to top-level labeler.
This commit is contained in:
parent
ff27e4a583
commit
b71247dcab
39
.github/labeler.yml
vendored
39
.github/labeler.yml
vendored
@ -25,6 +25,7 @@
|
||||
- '**/linux/**/*'
|
||||
- '**/macos/**/*'
|
||||
- '**/windows/**/*'
|
||||
- engine/src/flutter/shell/platform/darwin/common/**/*
|
||||
|
||||
'a: internationalization':
|
||||
- changed-files:
|
||||
@ -60,6 +61,16 @@
|
||||
- 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:
|
||||
@ -139,18 +150,44 @@ 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:
|
||||
- packages/flutter_web_plugins/**/*
|
||||
- '**/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:
|
||||
|
60
engine/src/flutter/.github/labeler.yml
vendored
60
engine/src/flutter/.github/labeler.yml
vendored
@ -1,60 +0,0 @@
|
||||
# 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.
|
||||
'affects: desktop':
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- shell/platform/darwin/common/**/*
|
||||
- shell/platform/darwin/macos/**/*
|
||||
- shell/platform/linux/**/*
|
||||
- shell/platform/windows/**/*
|
||||
|
||||
embedder:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- shell/platform/embedder
|
||||
|
||||
'e: impeller':
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- impeller/**/*
|
||||
|
||||
platform-android:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- shell/platform/android/**/*
|
||||
|
||||
platform-ios:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- shell/platform/darwin/common/**/*
|
||||
- shell/platform/darwin/ios/**/*
|
||||
|
||||
platform-fuchsia:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- shell/platform/fuchsia/**/*
|
||||
|
||||
platform-linux:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- shell/platform/linux/**/*
|
||||
|
||||
platform-macos:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- shell/platform/darwin/common/**/*
|
||||
- shell/platform/darwin/macos/**/*
|
||||
|
||||
platform-web:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- lib/web_ui/**/*
|
||||
- '**/web_sdk/**/*'
|
||||
|
||||
platform-windows:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- shell/platform/windows/**/*
|
Loading…
Reference in New Issue
Block a user