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.
This commit is contained in:
Loïc Sharma 2023-07-26 16:58:55 -07:00 committed by GitHub
parent 33e9fd8934
commit 61fd11db2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.github/labeler.yml vendored
View File

@ -13,6 +13,11 @@
- '**/animation/*'
- '**/*animation*'
'a: desktop':
- '**/linux/**/*'
- '**/macos/**/*'
- '**/windows/**/*'
'a: internationalization':
- packages/flutter_localizations/**/*