Skip to content

Commit 60774d8

Browse files
authored
Update disallow-edits.yml
1 parent f4d713b commit 60774d8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/policies/disallow-edits.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,13 @@ configuration:
180180

181181
- description: Write a message if the breadcrumb file is modified in the azure-docs-pr repository.
182182
if:
183-
- payloadType: Pull_Request
183+
- payloadType: Pull_Request
184184
- isAction:
185185
action: Opened
186-
- filesMatchPattern:
187-
matchAny: true
188-
pattern: bread/*
186+
- or:
187+
- filesMatchPattern:
188+
matchAny: true
189+
pattern: bread/*
189190

190191
then:
191192
- addReply:

0 commit comments

Comments
 (0)