From f02e675c65947ef9acbc209eed6cb5b59701df43 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:21:32 -0700 Subject: [PATCH] Prevent doc edits to System.Formats.Asn1 APIs (#10583) --- .github/policies/disallow-edits.yml | 3 +++ docfx.json | 1 + 2 files changed, 4 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/* 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,