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:
Artak 2019-10-15 15:38:09 -07:00 committed by GitHub
parent c0aa9b8f52
commit 666fe9b03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

13
.github/labeler.yml vendored
View File

@ -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/**/*