Skip to content

Commit 906909b

Browse files
Update platform label rules for shared iOS/macOS (flutter#5801)
Update automatic platform label rules for more implementations that are shared between iOS and macOS.
1 parent 2bb7d14 commit 906909b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/labeler.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,13 @@
212212
'platform-ios':
213213
- changed-files:
214214
- any-glob-to-any-file:
215+
- packages/*/*_avfoundation/**/*
216+
- packages/*/*_darwin/**/*
217+
- packages/*/*_foundation/**/*
215218
- packages/*/*_ios/**/*
216219
- packages/*/*_storekit/**/*
217220
- packages/*/*_wkwebview/**/*
221+
- packages/**/darwin/**/*
218222
- packages/**/ios/**/*
219223

220224
'platform-linux':
@@ -226,7 +230,12 @@
226230
'platform-macos':
227231
- changed-files:
228232
- any-glob-to-any-file:
233+
- packages/*/*_avfoundation/**/*
234+
- packages/*/*_darwin/**/*
235+
- packages/*/*_foundation/**/*
229236
- packages/*/*_macos/**/*
237+
- packages/*/*_storekit/**/*
238+
- packages/**/darwin/**/*
230239
- packages/**/macos/**/*
231240

232241
'platform-web':

0 commit comments

Comments
 (0)