forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ghal.rules.json
23 lines (23 loc) · 1.12 KB
/
.ghal.rules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"labels": {
"defaults": [ ":watch: Not Triaged" ],
"product": {
"(?i).*": "Source - Docs.ms",
"(?i)dotnet-csharp$": ":books: Area - C# Guide",
"(?i)dotnet-visualbasic$": ":books: Area - Visual Basic Guide",
"(?i)dotnet-core$": ":books: Area - .NET Core Guide",
"(?i)dotnet-framework$": ":books: Area - .NET Framework Guide",
"(?i)dotnet-fsharp$": ":books: Area - F# Guide",
"(?i)dotnet-ml$": ":books: Area - ML.NET Guide",
"(?i)dotnet$": ":books: Area - .NET Guide",
"(?i)dotnet-api$": ":books: Area - API Reference,:file_folder: Repo - dotnet-api-docs"
},
"contentsource": {
"(?i).*master\/docs\/framework\/wpf.*": ":card_file_box: Technology - WPF",
"(?i).*master\/docs\/framework\/wcf.*": ":card_file_box: Technology - WCF",
"(?i).*master\/docs\/framework\/winforms.*": ":card_file_box: Technology - WinForms",
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.windows\\.forms.*": ":card_file_box: Technology - WinForms",
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.security.*": ":card_file_box: Technology - Security"
}
}
}