mirror of https://github.com/Sonarr/Sonarr
24 lines
563 B
YAML
24 lines
563 B
YAML
'connection':
|
|
- changed-files:
|
|
- any-glob-to-any-file: src/NzbDrone.Core/Notifications/**/*
|
|
|
|
'db-migration':
|
|
- changed-files:
|
|
- any-glob-to-any-file: src/NzbDrone.Core/Datastore/Migration/*
|
|
|
|
'download-client':
|
|
- changed-files:
|
|
- any-glob-to-any-file: src/NzbDrone.Core/Download/Clients/**/*
|
|
|
|
'indexer':
|
|
- changed-files:
|
|
- any-glob-to-any-file: src/NzbDrone.Core/Indexers/**/*
|
|
|
|
'parsing':
|
|
- changed-files:
|
|
- any-glob-to-any-file: src/NzbDrone.Core/Parser/**/*
|
|
|
|
'ui-only':
|
|
- changed-files:
|
|
- any-glob-to-all-files: frontend/**/*
|