Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/policies/disallow-edits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
eventResponderTasks:
- description: Close PRs that modify files whose "source of truth" is not in this repo.
if:
- payloadType: Pull_Request

Check failure on line 10 in .github/policies/disallow-edits.yml

View check run for this annotation

Dotnet Policy Service / GitOps/YmlValidation

.github/policies/disallow-edits.yml#L10

No node deserializer was able to deserialize the node into type GitOps.PullRequestIssueManagement.Core.Primitives.Data.Actions.IfAction, GitOps.PullRequestIssueManagement.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null
- isAction:
action: Opened
- targetsBranch:
Expand All @@ -19,6 +19,9 @@
excludedFiles:
- xml/Microsoft.Extensions.FileSystemGlobbing/*
- xml/Microsoft.Extensions.FileSystemGlobbing.*/*
- filesMatchPattern:
matchAny: true
pattern: xml/System.CommandLine*/*
- filesMatchPattern:
matchAny: true
pattern: xml/System.Composition/*
Expand Down
9 changes: 6 additions & 3 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
"ms.topic": {
"api/Microsoft.Extensions**": "generated-reference",
"api/Microsoft.Extensions.FileSystemGlobbing**": "reference",
"api/System.CommandLine**": "generated-reference",
"api/System.Composition**": "generated-reference",
"api/System.Diagnostics.EventLog.Messages**": "generated-reference",
"api/System.Formats.Asn1**": "generated-reference",
Expand All @@ -163,18 +164,20 @@
},
"open_to_public_contributors": {
"api/Microsoft.Extensions**": false,
"api/System.CommandLine**": false,
"api/System.Composition**": false,
"api/System.Diagnostics.EventLog.Messages**": false,
"api/System.Formats.Asn1**": false,
"api/System.Formats.Cbor**": false,
"api/System.Formats.Nrbf**": false,
"api/System.Linq.AsyncEnumerable.yml": false,
"api/System.Linq.IOrderedAsyncEnumerable-1.yml": false,
"api/System.Net.ServerSentEvents**": false,
"api/System.Numerics.Tensors**": false,
"api/System.Runtime.Serialization.Schema**": false,

"api/System.Linq.AsyncEnumerable.yml": false,
"api/System.Linq.IOrderedAsyncEnumerable-1.yml": false,
"api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": false,
"api/System.Runtime.Serialization.ImportOptions.yml": false,
"api/System.Runtime.Serialization.Schema**": false,
"api/System.Runtime.Serialization.XsdDataContractExporter.yml": false
}
},
Expand Down