We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0aa9b8 commit 666fe9bCopy full SHA for 666fe9b
.github/labeler.yml
@@ -5,23 +5,30 @@ area-blazor:
5
6
#area-commandlinetools:
7
8
-#area-dataprotection:
+area-dataprotection:
9
+ - src/DataProtection/**/*
10
11
#area-grpc:
12
13
#area-healthchecks:
14
15
area-hosting:
16
- src/Hosting/**/*
17
+ - src/SiteExtensions/**/*
18
19
#area-httpclientfactory:
20
21
area-identity:
22
- src/Identity/**/*
23
-#area-infrastructure:
24
+area-infrastructure:
25
+ - global.json
26
+ - .azure/**/*
27
+ - .config/**/*
28
+ - eng/**/*
29
-#area-installers:
30
+area-installers:
31
+ - src/Installers/**/*
32
33
area-middleware:
34
- src/Middleware/**/*
0 commit comments