From 61fd11db2b7aeb429995278803473ae0f7da061b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:58:55 -0700 Subject: [PATCH] Add the 'a: desktop' label to labeler.yml (#130933) The desktop team uses the [`a: 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9571981ef2..bda4edfa98 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -13,6 +13,11 @@ - '**/animation/*' - '**/*animation*' +'a: desktop': + - '**/linux/**/*' + - '**/macos/**/*' + - '**/windows/**/*' + 'a: internationalization': - packages/flutter_localizations/**/*