mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 16:43:25 +01:00
Update Pull Request Labeler config for v5
This commit is contained in:
parent
b3098f2e4c
commit
1877ccb513
1 changed files with 20 additions and 8 deletions
12
.github/labeler.yml
vendored
12
.github/labeler.yml
vendored
|
|
@ -1,19 +1,31 @@
|
||||||
'Area: API':
|
'Area: API':
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- src/Prowlarr.Api.V1/**/*
|
- src/Prowlarr.Api.V1/**/*
|
||||||
|
|
||||||
'Area: Db-migration':
|
'Area: Db-migration':
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- src/NzbDrone.Core/Datastore/Migration/*
|
- src/NzbDrone.Core/Datastore/Migration/*
|
||||||
|
|
||||||
'Area: Download Clients':
|
'Area: Download Clients':
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- src/NzbDrone.Core/Download/Clients/**/*
|
- src/NzbDrone.Core/Download/Clients/**/*
|
||||||
|
|
||||||
'Area: Indexer':
|
'Area: Indexer':
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- src/NzbDrone.Core/Indexers/**/*
|
- src/NzbDrone.Core/Indexers/**/*
|
||||||
|
|
||||||
'Area: Notifications':
|
'Area: Notifications':
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- src/NzbDrone.Core/Notifications/**/*
|
- src/NzbDrone.Core/Notifications/**/*
|
||||||
|
|
||||||
'Area: UI':
|
'Area: UI':
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- frontend/**/*
|
- frontend/**/*
|
||||||
- package.json
|
- package.json
|
||||||
- yarn.lock
|
- yarn.lock
|
||||||
Loading…
Reference in a new issue