Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 55e246b

Browse files
[ci] Update labeler for special cases (#4528)
Not all iOS implementation packages use `_ios` now. This adds `_storekit` and `_wkwebview` as known patterns for iOS implementation packages so that they will be labelled correctly.
1 parent e714f1b commit 55e246b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585

8686
'platform-ios':
8787
- packages/*/*_ios/**/*
88+
- packages/*/*_storekit/**/*
89+
- packages/*/*_wkwebview/**/*
8890
- packages/**/ios/**/*
8991

9092
'platform-linux':

0 commit comments

Comments
 (0)