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 f4d713b commit 60774d8Copy full SHA for 60774d8
.github/policies/disallow-edits.yml
@@ -180,12 +180,13 @@ configuration:
180
181
- description: Write a message if the breadcrumb file is modified in the azure-docs-pr repository.
182
if:
183
- - payloadType: Pull_Request
+ - payloadType: Pull_Request
184
- isAction:
185
action: Opened
186
- - filesMatchPattern:
187
- matchAny: true
188
- pattern: bread/*
+ - or:
+ - filesMatchPattern:
+ matchAny: true
189
+ pattern: bread/*
190
191
then:
192
- addReply:
0 commit comments