Skip to content

Commit 3076a1b

Browse files
stuartmorgan-gadsonpleal
authored andcommitted
Automatically add platform labels (flutter#3487)
Tags PRs with platform-* labels based on the platform(s) being edited. This will allow filtering open PRs by OS (e.g., to allow someone focusing on a single platform's plugin implementations to easily find all relevant PRs).
1 parent 1ae883e commit 3076a1b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/labeler.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,27 @@
8484

8585
'p: wifi_info_flutter':
8686
- packages/wifi_info_flutter/**/*
87+
88+
'platform-android':
89+
- packages/*/*_android/**/*
90+
- packages/**/android/**/*
91+
92+
'platform-ios':
93+
- packages/*/*_ios/**/*
94+
- packages/**/ios/**/*
95+
96+
'platform-linux':
97+
- packages/*/*_linux/**/*
98+
- packages/**/linux/**/*
99+
100+
'platform-macos':
101+
- packages/*/*_macos/**/*
102+
- packages/**/macos/**/*
103+
104+
'platform-web':
105+
- packages/*/*_web/**/*
106+
- packages/**/web/**/*
107+
108+
'platform-windows':
109+
- packages/*/*_windows/**/*
110+
- packages/**/windows/**/*

0 commit comments

Comments
 (0)