Skip to content

Commit f02e675

Browse files
authored
Prevent doc edits to System.Formats.Asn1 APIs (#10583)
1 parent ada2cc1 commit f02e675

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/policies/disallow-edits.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ configuration:
2121
- filesMatchPattern:
2222
matchAny: true
2323
pattern: xml/System.Composition/*
24+
- filesMatchPattern:
25+
matchAny: true
26+
pattern: xml/System.Formats.Asn1/*
2427
- filesMatchPattern:
2528
matchAny: true
2629
pattern: xml/System.Formats.Cbor/*

docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"open_to_public_contributors": {
150150
"api/Microsoft.Extensions**": false,
151151
"api/System.Composition**": false,
152+
"api/System.Formats.Asn1**": false,
152153
"api/System.Formats.Cbor**": false,
153154
"api/System.Formats.Nrbf**": false,
154155
"api/System.Net.ServerSentEvents**": false,

0 commit comments

Comments
 (0)