Skip to content

Commit fdbcd3d

Browse files
committed
add Microsoft.Extensions*
1 parent ba799f5 commit fdbcd3d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/policies/disallow-edits.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ configuration:
1111
- isAction:
1212
action: Opened
1313
- or:
14+
- filesMatchPattern:
15+
pattern: xml/Microsoft.Extensions*/*.xml
16+
excludedFiles:
17+
- xml/Microsoft.Extensions.FileSystemGlobbing/*.xml
18+
- xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/*.xml
19+
- xml/Microsoft.Extensions.FileSystemGlobbing.Internal*/*.xml
1420
- filesMatchPattern:
1521
pattern: xml/System.Composition/*.xml
1622
- filesMatchPattern:

docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
"api/**.yml": ["csharp", "vb", "fsharp", "cpp"]
148148
},
149149
"open_to_public_contributors": {
150+
"xml/Microsoft.Extensions*/*.xml": false,
150151
"xml/System.Composition/*.xml": false,
151152
"xml/System.Formats.Cbor/*.xml": false,
152153
"xml/System.Formats.Nrbf/*.xml": false,

0 commit comments

Comments
 (0)