Skip to content

Commit 29fe2a0

Browse files
committed
capitalize
1 parent 4ed5407 commit 29fe2a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/policies/disallow-edits.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +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:
50+
- if:
5151
- not:
5252
- or:
5353
- activitySenderHasPermission:
54-
permission: write
54+
permission: Write
5555
- activitySenderHasPermission:
56-
permission: admin
56+
permission: Admin
5757
then:
5858
- closePullRequest

0 commit comments

Comments
 (0)