Update labeller routes. (#15117)

This commit is contained in:
Andrew Stanton-Nurse 2019-10-23 16:26:35 -07:00 committed by Pranav K
parent 602cb1dea5
commit 8566d663c3
1 changed files with 14 additions and 4 deletions

18
.github/labeler.yml vendored
View File

@ -1,9 +1,13 @@
#area-azure:
# "AzureAD" is an area-security area.
area-azure:
- src/Azure/AzureAppServices.HostingStartup/**/*
- src/Azure/AzureAppServicesIntegration/**/*
area-blazor:
- src/Components/**/*
#area-commandlinetools:
area-commandlinetools:
- src/Tools/**/*
area-dataprotection:
- src/DataProtection/**/*
@ -15,6 +19,7 @@ area-dataprotection:
area-hosting:
- src/Hosting/**/*
- src/SiteExtensions/**/*
- src/DefaultBuilder/**/*
#area-httpclientfactory:
@ -39,18 +44,23 @@ area-mvc:
- src/Mvc/**/*
- src/MusicStore/**/*
#area-platform:
area-platform:
- src/Framework/**/*
area-security:
- src/Security/**/*
- src/Azure/AzureAD/**/*
# For now, "Http" is under servers. We might adjust that later.
area-servers:
- src/Servers/**/*
- src/Http/**/*
area-signalr:
- src/SignalR/**/*
#area-websockets:
area-websockets:
- src/Middleware/WebSockets/**/*
api-suggestion:
- src/**/ref/**/*