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 f9be6f9 + a729992 commit 8987702Copy full SHA for 8987702
.github/policies/disallow-edits.yml
@@ -155,13 +155,16 @@ configuration:
155
if:
156
# If a 'sign-off' comment is added to a PR in the articles/reliability folder , and the PR author isn't Anastasia or John...
157
- payloadType: Issue_Comment
158
- - isPullRequest
159
- filesMatchPattern:
160
matchAny: true
161
pattern: articles/reliability/*
162
- - commentContains:
163
- pattern: '\#sign-off'
164
- isRegex: true
+ - or:
+ - commentContains:
+ pattern: ^(#sign-off)$
+ isRegex: True
165
166
+ pattern: ^(\#sign-off)$
167
168
- not:
169
or:
170
- isActivitySender:
0 commit comments