From b4e02aac270f399e816bd1303d1873550da2c265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:01:57 -0700 Subject: [PATCH] Add the 'affects: desktop' label to labeler.yml (#43827) The desktop team uses the [`affects: desktop`](https://github.com/flutter/engine/pulls?q=is%3Aopen+label%3A%22affects%3A+desktop%22+sort%3Aupdated-desc) label to [triage](https://github.com/flutter/flutter/wiki/Triage#desktop-platforms-team-team-desktop) pull requests. --- .github/labeler.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 8affbaa3c41f5..081ed99d5b43f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,6 +3,12 @@ # found in the LICENSE file. # See https://github.com/actions/labeler/blob/main/README.md for docs. +'affects: desktop': + - shell/platform/darwin/common/**/* + - shell/platform/darwin/macos/**/* + - shell/platform/linux/**/* + - shell/platform/windows/**/* + embedder: - shell/platform/embedder