From 8a1452ad9195e071417f90b9d711e08c0a88f02a Mon Sep 17 00:00:00 2001 From: Uruk Date: Tue, 30 Apr 2024 17:53:41 +0200 Subject: [PATCH] fix: breaking change from labeler v4 to v5 --- .github/labeler.yml | 44 ++++++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index fce3501da..553d4f055 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,31 +1,51 @@ 'Area: API': - - src/Radarr.Api.V3/**/* + - changed-files: + - any-glob-to-any-file: + - src/Radarr.Api.V3/**/* 'Area: Db-migration': - - src/NzbDrone.Core/Datastore/Migration/* + - changed-files: + - any-glob-to-any-file: + - src/NzbDrone.Core/Datastore/Migration/* 'Area: Download Clients': - - src/NzbDrone.Core/Download/Clients/**/* + - changed-files: + - any-glob-to-any-file: + - src/NzbDrone.Core/Download/Clients/**/* 'Area: Import Lists': - - src/NzbDrone.Core/ImportLists/**/* + - changed-files: + - any-glob-to-any-file: + - src/NzbDrone.Core/ImportLists/**/* 'Area: Metadata': - - src/NzbDrone.Core/Extras/Metadata/* + - changed-files: + - any-glob-to-any-file: + - src/NzbDrone.Core/Extras/Metadata/* 'Area: Indexer': - - src/NzbDrone.Core/Indexers/**/* + - changed-files: + - any-glob-to-any-file: + - src/NzbDrone.Core/Indexers/**/* 'Area: Notifications': - - src/NzbDrone.Core/Notifications/**/* + - changed-files: + - any-glob-to-any-file: + - src/NzbDrone.Core/Notifications/**/* 'Area: Organizer': - - src/NzbDrone.Core/Organizer/**/* + - changed-files: + - any-glob-to-any-file: + - src/NzbDrone.Core/Organizer/**/* 'Area: Parser': - - src/NzbDrone.Core/Parser/**/* + - changed-files: + - any-glob-to-any-file: + - src/NzbDrone.Core/Parser/**/* 'Area: UI': - - frontend/**/* - - package.json - - yarn.lock + - changed-files: + - any-glob-to-any-file: + - frontend/**/* + - package.json + - yarn.lock