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.
1 parent 132153d commit b27e4fcCopy full SHA for b27e4fc
.github/policies/disallow-edits.yml
@@ -8,6 +8,8 @@ configuration:
8
- description: Close PRs that modify files whose "source of truth" is not in this repo.
9
if:
10
- payloadType: Pull_Request
11
+ - isAction:
12
+ action: Opened
13
- or:
14
- includesModifiedFiles:
15
files:
@@ -52,4 +54,5 @@ configuration:
52
54
permission: write
53
55
- activitySenderHasPermission:
56
permission: admin
57
+ then:
58
- closePullRequest
0 commit comments