[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.
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 38ee94c..d155607 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -85,6 +85,8 @@
 
 'platform-ios':
   - packages/*/*_ios/**/*
+  - packages/*/*_storekit/**/*
+  - packages/*/*_wkwebview/**/*
   - packages/**/ios/**/*
 
 'platform-linux':