From 40c08959fedee7ae55a1b7a46e6bb2fff321a924 Mon Sep 17 00:00:00 2001 From: Uruk Date: Tue, 30 Apr 2024 18:06:07 +0200 Subject: [PATCH] fix(ci): fixed structure in labeler.yml --- .github/labeler.yml | 32 ++++++++++++-------------------- .github/workflows/labeler.yml | 2 +- 2 files changed, 13 insertions(+), 21 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 74160b634..0846e19e8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,31 +1,23 @@ 'Area: API': - - changed-files: - - any-glob-to-any-file: - - src/Prowlarr.Api.V1/**/* +- changed-files: + - any-glob-to-any-file: src/Prowlarr.Api.V1/**/* 'Area: Db-migration': - - changed-files: - - any-glob-to-any-file: - - src/NzbDrone.Core/Datastore/Migration/* +- changed-files: + - 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/**/* +- changed-files: + - any-glob-to-any-file: src/NzbDrone.Core/Download/Clients/**/* 'Area: Indexer': - - changed-files: - - any-glob-to-any-file: - - src/NzbDrone.Core/Indexers/**/* +- changed-files: + - any-glob-to-any-file: src/NzbDrone.Core/Indexers/**/* 'Area: Notifications': - - changed-files: - - any-glob-to-any-file: - - src/NzbDrone.Core/Notifications/**/* +- changed-files: + - any-glob-to-any-file: src/NzbDrone.Core/Notifications/**/* 'Area: UI': - - changed-files: - - any-glob-to-any-file: - - frontend/**/* - - package.json - - yarn.lock \ No newline at end of file +- changed-files: + - any-glob-to-any-file: [frontend/**/*, package.json, yarn.lock] 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