mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-22 12:57:10 -04:00
31 lines
No EOL
718 B
YAML
31 lines
No EOL
718 B
YAML
'Area: API':
|
|
- 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/*
|
|
|
|
'Area: 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/**/*
|
|
|
|
'Area: 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 |