Skip to content

Commit cc902c8

Browse files
committed
few improvements
1 parent 2b8dad8 commit cc902c8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/policies/disallow-edits.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ configuration:
4444
then:
4545
- addReply:
4646
reply: >-
47-
Hello @${issueAuthor},
48-
49-
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).
50-
- closePullRequest
47+
This PR edits files whose 'source of truth' for documentation is not in this repo. If you're editing the documentation, please make these updates in the /// comments in the source repo (either dotnet/runtime or dotnet/extensions) instead.
48+
- if:
49+
- not:
50+
- or:
51+
- activitySenderHasPermission:
52+
permission: write
53+
- activitySenderHasPermission:
54+
permission: admin
55+
- closePullRequest

0 commit comments

Comments
 (0)