From 74990ddb4c7677f5a90d9fc9b77dbe2118398f5b Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:33:40 -0700 Subject: [PATCH 1/2] Disallow edits to Asn1 --- .github/policies/disallow-edits.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/policies/disallow-edits.yml b/.github/policies/disallow-edits.yml index 01607848c0a..4cc6047b57e 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.Formats.Asn1/* - filesMatchPattern: matchAny: true pattern: xml/System.Formats.Cbor/* From 779e1e984113b00cc32e2566a6b7abbf5afeffc7 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:34:43 -0700 Subject: [PATCH 2/2] Update docfx.json --- docfx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docfx.json b/docfx.json index d3d0d6da5be..9945b922c75 100644 --- a/docfx.json +++ b/docfx.json @@ -149,6 +149,7 @@ "open_to_public_contributors": { "api/Microsoft.Extensions**": false, "api/System.Composition**": false, + "api/System.Formats.Asn1**": false, "api/System.Formats.Cbor**": false, "api/System.Formats.Nrbf**": false, "api/System.Net.ServerSentEvents**": false,