mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
Merge pull request #203 from dotnet/publish-31801
This commit is contained in:
+4
-28
@@ -17,30 +17,6 @@
|
||||
"actions-failed": {
|
||||
"labels-add": ":watch: Not Triaged"
|
||||
}
|
||||
},
|
||||
"processor-meta-docs": {
|
||||
"technology": {
|
||||
"(?i)dotnet-wpf$": {
|
||||
"labels-add": ":card_file_box: Technology - WPF"
|
||||
},
|
||||
"(?i)dotnet-winforms$": {
|
||||
"labels-add": ":card_file_box: Technology - WinForms"
|
||||
}
|
||||
},
|
||||
"contentsource": {
|
||||
"(?i).*dotnet-desktop-guide\/framework\/wpf.*": {
|
||||
"labels-add": ":books: Area - .NET Framework,:card_file_box: Technology - WPF"
|
||||
},
|
||||
"(?i).*dotnet-desktop-guide\/framework\/winforms.*": {
|
||||
"labels-add": ":books: Area - .NET Framework,:card_file_box: Technology - WinForms"
|
||||
},
|
||||
"(?i).*dotnet-desktop-guide\/net\/wpf.*": {
|
||||
"labels-add": ":books: Area - .NET,:card_file_box: Technology - WPF"
|
||||
},
|
||||
"(?i).*dotnet-desktop-guide\/net\/winforms.*": {
|
||||
"labels-add": ":books: Area - .NET,:card_file_box: Technology - WinForms"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -68,16 +44,16 @@
|
||||
"processor-files": {
|
||||
"changedfile": {
|
||||
"(?i).*dotnet-desktop-guide\/framework\/wpf.*": {
|
||||
"labels-add": ":books: Area - .NET Framework,:card_file_box: Technology - WPF"
|
||||
"labels-add": "dotnet-framework/prod,dotnet-wpf/tech"
|
||||
},
|
||||
"(?i).*dotnet-desktop-guide\/framework\/winforms.*": {
|
||||
"labels-add": ":books: Area - .NET Framework,:card_file_box: Technology - WinForms"
|
||||
"labels-add": "dotnet-framework/prod,dotnet-winforms/tech"
|
||||
},
|
||||
"(?i).*dotnet-desktop-guide\/net\/wpf.*": {
|
||||
"labels-add": ":books: Area - .NET,:card_file_box: Technology - WPF"
|
||||
"labels-add": "dotnet-desktop/prod,dotnet-wpf/tech"
|
||||
},
|
||||
"(?i).*dotnet-desktop-guide\/net\/winforms.*": {
|
||||
"labels-add": ":books: Area - .NET,:card_file_box: Technology - WinForms"
|
||||
"labels-add": "dotnet-desktop/prod,dotnet-winforms/tech"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user