Skip to content

Commit 4ed5407

Browse files
committed
add back
1 parent 3adbed2 commit 4ed5407

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/policies/disallow-edits.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,12 @@ configuration:
4747
- addReply:
4848
reply: >-
4949
@${issueAuthor} - 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.
50+
if:
51+
- not:
52+
- or:
53+
- activitySenderHasPermission:
54+
permission: write
55+
- activitySenderHasPermission:
56+
permission: admin
57+
then:
58+
- closePullRequest

0 commit comments

Comments
 (0)