blob: 91d8713608a3dc5f02cc2a64df0649ac316b2753 [file] [log] [blame]
# 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.
embedder:
- shell/platform/embedder
impeller:
- impeller/**/*
platform-android:
- shell/platform/android/**/*
platform-ios:
- shell/platform/darwin/common/**/*
- shell/platform/darwin/ios/**/*
platform-fuchsia:
- shell/platform/fuchsia/**/*
platform-linux:
- shell/platform/linux/**/*
platform-macos:
- shell/platform/darwin/common/**/*
- shell/platform/darwin/macos/**/*
platform-web:
- lib/web_ui/**/*
- '**/web_sdk/**/*'
platform-windows:
- shell/platform/windows/**/*