[PM-7922] Updating labeler.yml to the new format required by V5 (#3219)

This commit is contained in:
Álison Fernandes 2024-05-04 15:51:16 +01:00 committed by GitHub
parent 9dc620b492
commit b5443c79d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 14 deletions

7
.github/labeler.yml vendored
View File

@ -1,9 +1,14 @@
android:
- changed-files:
- any-glob-to-any-file:
- src/App/*
- src/Core/*
- src/Android/*
- 'src/Xamarin.AndroidX.Credentials/*'
iOS:
- changed-files:
- any-glob-to-any-file:
- src/App/*
- src/Core/*
- lib/ios/*
@ -16,4 +21,6 @@ iOS:
- src/watchOS/*
watchOS:
- changed-files:
- any-glob-to-any-file:
- src/watchOS/*