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-commandlinetools:
|
||||||
|
|
||||||
#area-dataprotection:
|
area-dataprotection:
|
||||||
|
- src/DataProtection/**/*
|
||||||
|
|
||||||
#area-grpc:
|
#area-grpc:
|
||||||
|
|
||||||
|
|
@ -13,15 +14,21 @@ area-blazor:
|
||||||
|
|
||||||
area-hosting:
|
area-hosting:
|
||||||
- src/Hosting/**/*
|
- src/Hosting/**/*
|
||||||
|
- src/SiteExtensions/**/*
|
||||||
|
|
||||||
#area-httpclientfactory:
|
#area-httpclientfactory:
|
||||||
|
|
||||||
area-identity:
|
area-identity:
|
||||||
- src/Identity/**/*
|
- src/Identity/**/*
|
||||||
|
|
||||||
#area-infrastructure:
|
area-infrastructure:
|
||||||
|
- global.json
|
||||||
|
- .azure/**/*
|
||||||
|
- .config/**/*
|
||||||
|
- eng/**/*
|
||||||
|
|
||||||
#area-installers:
|
area-installers:
|
||||||
|
- src/Installers/**/*
|
||||||
|
|
||||||
area-middleware:
|
area-middleware:
|
||||||
- src/Middleware/**/*
|
- src/Middleware/**/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue