1
0
mirror of https://github.com/bitwarden/mobile synced 2024-12-22 22:48:10 +01:00

[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

35
.github/labeler.yml vendored
View File

@ -1,19 +1,26 @@
android: android:
- src/App/* - changed-files:
- src/Core/* - any-glob-to-any-file:
- src/Android/* - src/App/*
- src/Core/*
- src/Android/*
- 'src/Xamarin.AndroidX.Credentials/*'
iOS: iOS:
- src/App/* - changed-files:
- src/Core/* - any-glob-to-any-file:
- lib/ios/* - src/App/*
- src/iOS/* - src/Core/*
- 'src/iOS.Autofill/*' - lib/ios/*
- 'src/iOS.Core/*' - src/iOS/*
- 'src/iOS.Extension/*' - 'src/iOS.Autofill/*'
- 'src/iOS.ShareExtension/*' - 'src/iOS.Core/*'
- 'src/iOS.Widget/*' - 'src/iOS.Extension/*'
- src/watchOS/* - 'src/iOS.ShareExtension/*'
- 'src/iOS.Widget/*'
- src/watchOS/*
watchOS: watchOS:
- src/watchOS/* - changed-files:
- any-glob-to-any-file:
- src/watchOS/*