diff --git a/.github/labeler.yml b/.github/labeler.yml index 8c239208b..47690d044 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,19 +1,26 @@ android: -- src/App/* -- src/Core/* -- src/Android/* +- changed-files: + - any-glob-to-any-file: + - src/App/* + - src/Core/* + - src/Android/* + - 'src/Xamarin.AndroidX.Credentials/*' iOS: -- src/App/* -- src/Core/* -- lib/ios/* -- src/iOS/* -- 'src/iOS.Autofill/*' -- 'src/iOS.Core/*' -- 'src/iOS.Extension/*' -- 'src/iOS.ShareExtension/*' -- 'src/iOS.Widget/*' -- src/watchOS/* +- changed-files: + - any-glob-to-any-file: + - src/App/* + - src/Core/* + - lib/ios/* + - src/iOS/* + - 'src/iOS.Autofill/*' + - 'src/iOS.Core/*' + - 'src/iOS.Extension/*' + - 'src/iOS.ShareExtension/*' + - 'src/iOS.Widget/*' + - src/watchOS/* watchOS: -- src/watchOS/* \ No newline at end of file +- changed-files: + - any-glob-to-any-file: + - src/watchOS/* \ No newline at end of file