Skip to content

Commit a951aec

Browse files
danmoseleyCopilot
andauthored
Disallow edits on System.Text.RegularExpressions docs (#12529)
The source of truth for System.Text.RegularExpressions XML docs is being moved to dotnet/runtime (see dotnet/runtime#127038). - Add System.Text.RegularExpressions to disallow-edits.yml GitOps policy - Set open_to_public_contributors to false in docfx.json Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c34c681 commit a951aec

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
@@ -67,6 +67,9 @@ configuration:
6767
- filesMatchPattern:
6868
matchAny: true
6969
pattern: xml/System.Runtime.Serialization/XsdDataContractExporter.xml
70+
- filesMatchPattern:
71+
matchAny: true
72+
pattern: xml/System.Text.RegularExpressions/*
7073
then:
7174
- addReply:
7275
reply: >-

docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"api/System.Net.ServerSentEvents.**": false,
175175
"api/System.Numerics.Tensors.**": false,
176176
"api/System.Reflection.Context.**": false,
177+
"api/System.Text.RegularExpressions.**": false,
177178

178179
"api/System.Diagnostics.FileVersionInfo.yml": false,
179180
"api/System.Linq.AsyncEnumerable.yml": false,

0 commit comments

Comments
 (0)