fix: breaking change from labeler v4 to v5

This commit is contained in:
Uruk 2024-04-30 18:40:58 +02:00
parent 8f63c6cdb5
commit d07ce04516
No known key found for this signature in database
GPG Key ID: A0B2927646D952A5
1 changed files with 20 additions and 12 deletions

32
.github/labeler.yml vendored
View File

@ -1,31 +1,39 @@
'Area: API':
- src/Lidarr.Api.V1/**/*
- changed-files:
- any-glob-to-any-file: src/Lidarr.Api.V1/**/*
'Area: Db-migration':
- src/NzbDrone.Core/Datastore/Migration/*
- changed-files:
- any-glob-to-any-file: src/NzbDrone.Core/Datastore/Migration/*
'Area: Download Clients':
- src/NzbDrone.Core/Download/Clients/**/*
- changed-files:
- any-glob-to-any-file: src/NzbDrone.Core/Download/Clients/**/*
'Area: Import Lists':
- src/NzbDrone.Core/ImportLists/**/*
- changed-files:
- any-glob-to-any-file: src/NzbDrone.Core/ImportLists/**/*
'Area: Metadata':
- src/NzbDrone.Core/Extras/Metadata/*
- changed-files:
- any-glob-to-any-file: src/NzbDrone.Core/Extras/Metadata/*
'Area: Indexer':
- src/NzbDrone.Core/Indexers/**/*
- changed-files:
- any-glob-to-any-file: src/NzbDrone.Core/Indexers/**/*
'Area: Notifications':
- src/NzbDrone.Core/Notifications/**/*
- changed-files:
- any-glob-to-any-file: src/NzbDrone.Core/Notifications/**/*
'Area: Organizer':
- src/NzbDrone.Core/Organizer/**/*
- changed-files:
- any-glob-to-any-file: src/NzbDrone.Core/Organizer/**/*
'Area: Parser':
- src/NzbDrone.Core/Parser/**/*
- changed-files:
- any-glob-to-any-file: src/NzbDrone.Core/Parser/**/*
'Area: UI':
- frontend/**/*
- package.json
- yarn.lock
- changed-files:
- any-glob-to-any-file: [frontend/**/*, package.json, yarn.lock]