Skip to content

Commit dca54be

Browse files
authored
Added label mapping for area-hosting (#47181)
1 parent 09e9ed7 commit dca54be

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/fabricbot.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,6 @@
15041504
"src/Azure/AzureAppServices.HostingStartup/",
15051505
"src/Middleware/",
15061506
"src/HttpClientFactory/",
1507-
"src/Hosting/",
15081507
"src/SiteExtensions/",
15091508
"src/DefaultBuilder/"
15101509
]
@@ -1539,6 +1538,12 @@
15391538
"src/OpenApi/",
15401539
"src/Mvc/perf/"
15411540
]
1541+
},
1542+
{
1543+
"label": "area-hosting",
1544+
"pathFilter": [
1545+
"src/Hosting/"
1546+
]
15421547
}
15431548
]
15441549
}

0 commit comments

Comments
 (0)