Migrate engine labeler to top level (#161212)

Hoist engine/src/flutter/.github/labeler.yml to top-level labeler.
This commit is contained in:
Jenn Magder 2025-01-07 09:56:05 -08:00 committed by GitHub
parent ff27e4a583
commit b71247dcab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 38 additions and 61 deletions

39
.github/labeler.yml vendored
View File

@ -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:

View File

@ -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/**/*