Skip to content

Commit 666fe9b

Browse files
mkArtakMSFTdougbu
andauthored
Added more path mappings to labels (#15034)
* Added more path mappings to labels * Update .github/labeler.yml Co-Authored-By: Doug Bunting <[email protected]>
1 parent c0aa9b8 commit 666fe9b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/labeler.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,30 @@ area-blazor:
55

66
#area-commandlinetools:
77

8-
#area-dataprotection:
8+
area-dataprotection:
9+
- src/DataProtection/**/*
910

1011
#area-grpc:
1112

1213
#area-healthchecks:
1314

1415
area-hosting:
1516
- src/Hosting/**/*
17+
- src/SiteExtensions/**/*
1618

1719
#area-httpclientfactory:
1820

1921
area-identity:
2022
- src/Identity/**/*
2123

22-
#area-infrastructure:
24+
area-infrastructure:
25+
- global.json
26+
- .azure/**/*
27+
- .config/**/*
28+
- eng/**/*
2329

24-
#area-installers:
30+
area-installers:
31+
- src/Installers/**/*
2532

2633
area-middleware:
2734
- src/Middleware/**/*

0 commit comments

Comments
 (0)