File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ configuration:
21
21
- filesMatchPattern :
22
22
matchAny : true
23
23
pattern : xml/System.Composition/*
24
+ - filesMatchPattern :
25
+ matchAny : true
26
+ pattern : xml/System.Diagnostics.EventLog.Messages/*
24
27
- filesMatchPattern :
25
28
matchAny : true
26
29
pattern : xml/System.Formats.Asn1/*
@@ -38,7 +41,7 @@ configuration:
38
41
pattern : xml/System.Numerics.Tensors/*
39
42
- filesMatchPattern :
40
43
matchAny : true
41
- pattern : xml/System.Speech /*
44
+ pattern : xml/System.Runtime.Serialization.Schema /*
42
45
- filesMatchPattern :
43
46
matchAny : true
44
47
pattern : xml/System.Runtime.Serialization/ISerializationCodeDomSurrogateProvider.xml
@@ -48,6 +51,9 @@ configuration:
48
51
- filesMatchPattern :
49
52
matchAny : true
50
53
pattern : xml/System.Runtime.Serialization/XsdDataContractExporter.xml
54
+ - filesMatchPattern :
55
+ matchAny : true
56
+ pattern : xml/System.Speech/*
51
57
then :
52
58
- addReply :
53
59
reply : >-
Original file line number Diff line number Diff line change 149
149
"open_to_public_contributors" : {
150
150
"api/Microsoft.Extensions**" : false ,
151
151
"api/System.Composition**" : false ,
152
+ "api/System.Diagnostics.EventLog.Messages**" : false ,
152
153
"api/System.Formats.Asn1**" : false ,
153
154
"api/System.Formats.Cbor**" : false ,
154
155
"api/System.Formats.Nrbf**" : false ,
155
156
"api/System.Net.ServerSentEvents**" : false ,
156
157
"api/System.Numerics.Tensors**" : false ,
158
+ "api/System.Runtime.Serialization.Schema**" : false ,
157
159
"api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml" : false ,
158
160
"api/System.Runtime.Serialization.ImportOptions.yml" : false ,
159
161
"api/System.Runtime.Serialization.XsdDataContractExporter.yml" : false ,
You can’t perform that action at this time.
0 commit comments