From b5443c79d2553d568441765664d607c04d4e0fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Sat, 4 May 2024 15:51:16 +0100 Subject: [PATCH] [PM-7922] Updating labeler.yml to the new format required by V5 (#3219) --- .github/labeler.yml | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) 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