From 666fe9b03cce23da5e7c64bd2cc8a4ac9a88e6e8 Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Tue, 15 Oct 2019 15:38:09 -0700 Subject: [PATCH] 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> --- .github/labeler.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4842ed9f48..83509a9fd2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**/*