Skip to content

Commit 42aacd2

Browse files
authored
Add a '/bsod' to resourceManagement.yml to reply with instructions to capture a kernel dump (#12981)
1 parent dd99531 commit 42aacd2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/policies/resourceManagement.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,25 @@ configuration:
239239
- addLabel:
240240
label: needs-author-feedback
241241
description:
242+
- if:
243+
- payloadType: Issue_Comment
244+
- commentContains:
245+
pattern: '\/bsod?'
246+
isRegex: True
247+
- or:
248+
- activitySenderHasPermission:
249+
permission: Admin
250+
- activitySenderHasPermission:
251+
permission: Write
252+
then:
253+
- addReply:
254+
reply: >-
255+
Hello! Could you please provide a kernel dump to help us better diagnose your issue?
256+
To collect a kernel dump, follow [10) Reporting a Windows crash (BSOD)](https://github.com/microsoft/WSL/blob/master/CONTRIBUTING.md#10-reporting-a-windows-crash-bsod)
257+
258+
Thank you!
259+
- addLabel:
260+
label: needs-author-feedback
261+
description:
242262
onFailure:
243263
onSuccess:

0 commit comments

Comments
 (0)