Skip to content
Merged
Changes from 1 commit
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
17 changes: 8 additions & 9 deletions .github/policies/disallow-edits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ configuration:
- description: Close PRs that modify files whose "source of truth" is not in this repo.
if:
- payloadType: Pull_Request
- isAction:
action: Opened
- or:
- includesModifiedFiles:
files:
Expand All @@ -21,22 +19,22 @@ configuration:
- xml/Microsoft.Extensions.FileSystemGlobbing.Internal*/*
- includesModifiedFiles:
files:
- xml/System.Composition
- xml/System.Composition/*
- includesModifiedFiles:
files:
- xml/System.Formats.Cbor
- xml/System.Formats.Cbor/*
- includesModifiedFiles:
files:
- xml/System.Formats.Nrbf
- xml/System.Formats.Nrbf/*
- includesModifiedFiles:
files:
- xml/System.Net.ServerSentEvents
- xml/System.Net.ServerSentEvents/*
- includesModifiedFiles:
files:
- xml/System.Numerics.Tensors
- xml/System.Numerics.Tensors/*
- includesModifiedFiles:
files:
- xml/System.Speech
- xml/System.Speech/*
- includesModifiedFile:
file: xml/System.Runtime.Serialization/ISerializationCodeDomSurrogateProvider.xml
- includesModifiedFile:
Expand All @@ -48,4 +46,5 @@ configuration:
reply: >-
Hello @${issueAuthor},

This PR will be closed because it edits files whose 'source of truth' is not in the repo.
This PR will be closed because it edits files whose 'source of truth' is not in this repo. Instead, please make these documentation updates in the /// comments in the source repo (either dotnet/runtime or dotnet/extensions).
- closePullRequest