File tree Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "labels" : {
3
- "defaults" : [ " :watch: Not Triaged" ],
4
- "product" : {
5
- "(?i).*" : " Source - Docs.ms"
6
- },
7
- "contentsource" : {
8
- "(?i).*dotnet-api-docs\/ blob\/ master\/ xml\/ system\\ .net.*" : " :card_file_box: Technology - NCL" ,
9
- "(?i).*dotnet-api-docs\/ blob\/ master\/ xml\/ system\\ .windows\\ .forms.*" : " :card_file_box: Technology - WinForms" ,
10
- "(?i).*dotnet-api-docs\/ blob\/ master\/ xml\/ system\\ .security.*" : " :card_file_box: Technology - Security"
2
+ "version" : 3 ,
3
+ "configRevision" : 1 ,
4
+
5
+ "issue" : {
6
+ "opened" : {
7
+ "processor-default" : {
8
+ "labels-add" : [ " :watch: Not Triaged" ]
9
+ },
10
+ "processor-meta-docs" : {
11
+ "contentsource" : {
12
+ "(?i).*dotnet-api-docs\/ blob\/ master\/ xml\/ system\\ .net.*" : {
13
+ "labels-add" : " :card_file_box: Technology - NCL"
14
+ },
15
+ "(?i).*dotnet-api-docs\/ blob\/ master\/ xml\/ system\\ .windows\\ .forms.*" : {
16
+ "labels-add" : " :card_file_box: Technology - WinForms"
17
+ },
18
+ "(?i).*dotnet-api-docs\/ blob\/ master\/ xml\/ system\\ .security.*" : {
19
+ "labels-add" : " :card_file_box: Technology - Security"
20
+ }
21
+ }
22
+ }
11
23
}
12
24
}
13
25
}
You can’t perform that action at this time.
0 commit comments