diff --git a/.github/policies/disallow-edits.yml b/.github/policies/disallow-edits.yml index 4cc6047b57e..22abb95fe5c 100644 --- a/.github/policies/disallow-edits.yml +++ b/.github/policies/disallow-edits.yml @@ -21,6 +21,9 @@ configuration: - filesMatchPattern: matchAny: true pattern: xml/System.Composition/* + - filesMatchPattern: + matchAny: true + pattern: xml/System.Diagnostics.EventLog.Messages/* - filesMatchPattern: matchAny: true pattern: xml/System.Formats.Asn1/* @@ -38,7 +41,7 @@ configuration: pattern: xml/System.Numerics.Tensors/* - filesMatchPattern: matchAny: true - pattern: xml/System.Speech/* + pattern: xml/System.Runtime.Serialization.Schema/* - filesMatchPattern: matchAny: true pattern: xml/System.Runtime.Serialization/ISerializationCodeDomSurrogateProvider.xml @@ -48,6 +51,9 @@ configuration: - filesMatchPattern: matchAny: true pattern: xml/System.Runtime.Serialization/XsdDataContractExporter.xml + - filesMatchPattern: + matchAny: true + pattern: xml/System.Speech/* then: - addReply: reply: >- diff --git a/docfx.json b/docfx.json index 9945b922c75..b3258d500ec 100644 --- a/docfx.json +++ b/docfx.json @@ -149,11 +149,13 @@ "open_to_public_contributors": { "api/Microsoft.Extensions**": false, "api/System.Composition**": false, + "api/System.Diagnostics.EventLog.Messages**": false, "api/System.Formats.Asn1**": false, "api/System.Formats.Cbor**": false, "api/System.Formats.Nrbf**": false, "api/System.Net.ServerSentEvents**": false, "api/System.Numerics.Tensors**": false, + "api/System.Runtime.Serialization.Schema**": false, "api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": false, "api/System.Runtime.Serialization.ImportOptions.yml": false, "api/System.Runtime.Serialization.XsdDataContractExporter.yml": false,