You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/policies/disallow-edits.yml
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,4 +177,19 @@ configuration:
177
177
label: do-not-merge
178
178
- removeLabel:
179
179
label: ready-to-merge
180
-
180
+
181
+
- description: Write a message if the breadcrumb file is modified in the azure-docs-pr repository.
182
+
if:
183
+
- payloadType: Pull_Request
184
+
- isAction:
185
+
action: Opened
186
+
- or:
187
+
- filesMatchPattern:
188
+
matchAny: true
189
+
pattern: bread/toc.yml
190
+
191
+
then:
192
+
- addReply:
193
+
reply: >-
194
+
@${issueAuthor} - This PR modifies the breadcrumb file for the entire repository in this pull request; the breadcrumb supports 100s of services. Please make sure your changes to the breadcrumb file are intentional. Do not delete this file.
0 commit comments