Radarr/.github/labeler.yml
Cody Kickertz 1fea760331
fix: address SonarCloud code quality issues (#131)
* fix: address SonarCloud code quality issues

- Remove unused private fields from services and repositories
- Replace Object.assign with spread operator in Redux actions
- Use structuredClone instead of _.cloneDeep
- Add exception parameters to catch clause logging
- Use Number.parseInt instead of parseInt in detail pages
- Mark React component props as readonly

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* docs: update CHANGELOG with Phase 2 multi-media work

* fix: update labeler.yml for actions/labeler v6 format

---------

Co-authored-by: admin <admin@ardentleatherworks.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 09:58:02 -06:00

38 lines
984 B
YAML

'Area: API':
- changed-files:
- any-glob-to-any-file: 'src/Radarr.Api.V3/**/*'
'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: Import Lists':
- changed-files:
- any-glob-to-any-file: 'src/NzbDrone.Core/ImportLists/**/*'
'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: 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:
- any-glob-to-any-file:
- 'frontend/**/*'
- 'package.json'
- 'yarn.lock'