Gauvino 2 weeks ago committed by GitHub
commit 0147cf8a13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

@ -9,4 +9,4 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v5
Loading…
Cancel
Save