Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
enhance auto-label rules (dotnet#8306)
Browse files Browse the repository at this point in the history
* enhance auto-label rules

* fix dupe entries

* adding one more
  • Loading branch information
mairaw committed Oct 15, 2018
1 parent b9dd726 commit 5a9a29b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .ghal.rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,24 @@
"(?i)dotnet-api$": ":books: Area - API Reference,:file_folder: Repo - dotnet-api-docs"
},
"contentsource": {
"(?i).*master\/docs\/core\/tools.*": ":card_file_box: Technology - CLI",
"(?i).*master\/docs\/core\/docker.*": ":card_file_box: Technology - Docker",
"(?i).*master\/docs\/framework\/data\/adonet.*": ":card_file_box: Technology - Data Access",
"(?i).*master\/docs\/framework\/data\/wcf.*": ":card_file_box: Technology - WCF",
"(?i).*master\/docs\/framework\/docker.*": ":card_file_box: Technology - Docker",
"(?i).*master\/docs\/framework\/install.*": ":card_file_box: Technology - Installers",
"(?i).*master\/docs\/framework\/migration-guide.*": ":card_file_box: Technology - AppCompat",
"(?i).*master\/docs\/framework\/network-programming.*": ":card_file_box: Technology - NCL",
"(?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).*master\/docs\/standard\/containerized-lifecycle-architecture.*": ":card_file_box: Technology - .NET Architecture,:book: e-book - Docker lifecycle",
"(?i).*master\/docs\/standard\/microservices-architecture.*": ":card_file_box: Technology - .NET Architecture,:book: e-book - .NET Microservices",
"(?i).*master\/docs\/standard\/modern-web-apps-azure-architecture.*": ":card_file_box: Technology - .NET Architecture,:book: e-book - ASP.NET Core web apps",
"(?i).*master\/docs\/standard\/modernize-with-azure-and-containers.*": ":card_file_box: Technology - .NET Architecture,:book: e-book - Modernizing w/ Windows containers",
"(?i).*master\/docs\/standard\/security.*": ":card_file_box: Technology - Security",
"(?i).*master\/docs\/standard\/serverless-architecture.*": ":card_file_box: Technology - .NET Architecture,:book: e-book - Serverless apps",
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.net.*": ":card_file_box: Technology - NCL",
"(?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"
}
Expand Down

0 comments on commit 5a9a29b

Please sign in to comment.