We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fed89df + 2386b98 commit 4aae93dCopy full SHA for 4aae93d
.github/policies/disallow-edits.yml
@@ -12,10 +12,10 @@ configuration:
12
action: Opened
13
- or:
14
- filesMatchPattern:
15
- pattern: articles/index.yml
+ matchAny: true
16
+ pattern: articles/index.*
17
then:
18
- addReply:
19
reply: >-
20
@${issueAuthor} - You tried to add an index file to this repository; this is not permitted so your pull request will be closed automatically.
21
- closePullRequest
-
0 commit comments