From 3ac88e62b139cc43c466ae0199dbf7ddda1d5dcd Mon Sep 17 00:00:00 2001 From: Uruk Date: Tue, 30 Apr 2024 18:44:15 +0200 Subject: [PATCH] fix(ci): fixed structure in labeler.yml --- .github/labeler.yml | 33 ++++++++++++++++++++++----------- .github/workflows/labeler.yml | 2 +- 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 74160b634..68ba2bfd1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,27 +1,38 @@ 'Area: API': - changed-files: - - any-glob-to-any-file: - - src/Prowlarr.Api.V1/**/* - + - any-glob-to-any-file: src/Lidarr.Api.V1/**/* + 'Area: Db-migration': - changed-files: - - any-glob-to-any-file: - - src/NzbDrone.Core/Datastore/Migration/* + - any-glob-to-any-file: src/NzbDrone.Core/Datastore/Migration/* 'Area: Download Clients': - changed-files: - - any-glob-to-any-file: - - src/NzbDrone.Core/Download/Clients/**/* + - any-glob-to-any-file: src/NzbDrone.Core/Download/Clients/**/* + +'Area: Import Lists': + - changed-files: + - any-glob-to-any-file: src/NzbDrone.Core/ImportLists/**/* + +'Area: Metadata': + - changed-files: + - any-glob-to-any-file: src/NzbDrone.Core/Extras/Metadata/* 'Area: Indexer': - changed-files: - - any-glob-to-any-file: - - src/NzbDrone.Core/Indexers/**/* + - any-glob-to-any-file: src/NzbDrone.Core/Indexers/**/* 'Area: Notifications': - changed-files: - - any-glob-to-any-file: - - src/NzbDrone.Core/Notifications/**/* + - any-glob-to-any-file: src/NzbDrone.Core/Notifications/**/* + +'Area: Organizer': + - changed-files: + - any-glob-to-any-file: src/NzbDrone.Core/Organizer/**/* + +'Area: Parser': + - changed-files: + - any-glob-to-any-file: src/NzbDrone.Core/Parser/**/* 'Area: UI': - changed-files: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index ab2292824..443ac1047 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,4 +9,4 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v5 \ No newline at end of file