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