Added more path mappings to labels (#15034)
* Added more path mappings to labels * Update .github/labeler.yml Co-Authored-By: Doug Bunting <6431421+dougbu@users.noreply.github.com>
This commit is contained in:
parent
c0aa9b8f52
commit
666fe9b03c
|
|
@ -5,7 +5,8 @@ area-blazor:
|
|||
|
||||
#area-commandlinetools:
|
||||
|
||||
#area-dataprotection:
|
||||
area-dataprotection:
|
||||
- src/DataProtection/**/*
|
||||
|
||||
#area-grpc:
|
||||
|
||||
|
|
@ -13,15 +14,21 @@ area-blazor:
|
|||
|
||||
area-hosting:
|
||||
- src/Hosting/**/*
|
||||
- src/SiteExtensions/**/*
|
||||
|
||||
#area-httpclientfactory:
|
||||
|
||||
area-identity:
|
||||
- src/Identity/**/*
|
||||
|
||||
#area-infrastructure:
|
||||
area-infrastructure:
|
||||
- global.json
|
||||
- .azure/**/*
|
||||
- .config/**/*
|
||||
- eng/**/*
|
||||
|
||||
#area-installers:
|
||||
area-installers:
|
||||
- src/Installers/**/*
|
||||
|
||||
area-middleware:
|
||||
- src/Middleware/**/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue