We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb7d14 commit 906909bCopy full SHA for 906909b
.github/labeler.yml
@@ -212,9 +212,13 @@
212
'platform-ios':
213
- changed-files:
214
- any-glob-to-any-file:
215
+ - packages/*/*_avfoundation/**/*
216
+ - packages/*/*_darwin/**/*
217
+ - packages/*/*_foundation/**/*
218
- packages/*/*_ios/**/*
219
- packages/*/*_storekit/**/*
220
- packages/*/*_wkwebview/**/*
221
+ - packages/**/darwin/**/*
222
- packages/**/ios/**/*
223
224
'platform-linux':
@@ -226,7 +230,12 @@
226
230
'platform-macos':
227
231
228
232
233
234
235
229
236
- packages/*/*_macos/**/*
237
+ - packages/*/*_storekit/**/*
238
239
- packages/**/macos/**/*
240
241
'platform-web':
0 commit comments