From 3c55f380696ee0d6a6a363bcf4603bdae59c7d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Mon, 8 May 2023 22:55:56 +0100 Subject: [PATCH] Fixed PR labeler for WatchOS changes --- .github/labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 8c239208b..551dff226 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,7 @@ +watchOS: +- 'src/watchOS/*' +- 'src/watchOS/bitwarden/bitwarden WatchKit Extension/*' + android: - src/App/* - src/Core/* @@ -13,7 +17,3 @@ iOS: - 'src/iOS.Extension/*' - 'src/iOS.ShareExtension/*' - 'src/iOS.Widget/*' -- src/watchOS/* - -watchOS: -- src/watchOS/* \ No newline at end of file