Skip to content

Commit bb8d39e

Browse files
committed
fix yaml
1 parent 422c24d commit bb8d39e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/policies/disallow-edits.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ configuration:
124124

125125
- description: Alert authors to edits in the /articles/reliability folder.
126126
if:
127+
# If a PR in the articles/reliability folder was opened or had the ready-to-merge label added, and the PR author isn't Anastasia...
127128
- payloadType: Pull_Request
128129
- or:
129130
- isAction:
@@ -136,7 +137,9 @@ configuration:
136137
- not:
137138
- isActivitySender:
138139
user: annaharris-ms
140+
issueAuthor: false
139141
then:
142+
# Add the needs-human-review label, remove the ready-to-merge label (if necessary), mention all authors in this folder, and add a reply asking the PR author not to sign off on the PR.
140143
- addLabel:
141144
label: needs-human-review
142145
- removeLabel:

0 commit comments

Comments
 (0)