Skip to content

Commit 4018101

Browse files
authored
Update disallow-edits.yml
1 parent 6748e15 commit 4018101

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/policies/disallow-edits.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,6 @@ configuration:
119119
- addReply:
120120
reply: >-
121121
@${issueAuthor} - You tried to add content to a folder path that has been removed from this repository. Your pull request will be automatically closed. Submit your changes to the updated repository, which can be identified by clicking the Edit this Document link at the top of any published article for that product or service.
122-
- if:
123-
- or:
124-
- activitySenderHasPermission:
125-
permission: None
126-
- activitySenderHasPermission:
127-
permission: Read
128-
- activitySenderHasPermission:
129-
permission: Write
130-
- activitySenderHasPermission:
131-
permission: Triage
132-
- activitySenderHasPermission:
133-
permission: Maintain
134-
- activitySenderHasPermission:
135-
permission: Admin
136-
then:
137-
- closePullRequest
122+
123+
then:
124+
- closePullRequest

0 commit comments

Comments
 (0)