mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 17:47:59 -06:00
Add a '/bsod' to resourceManagement.yml to reply with instructions to capture a kernel dump (#12981)
This commit is contained in:
parent
dd99531aeb
commit
42aacd20bc
20
.github/policies/resourceManagement.yml
vendored
20
.github/policies/resourceManagement.yml
vendored
@ -239,5 +239,25 @@ configuration:
|
||||
- addLabel:
|
||||
label: needs-author-feedback
|
||||
description:
|
||||
- if:
|
||||
- payloadType: Issue_Comment
|
||||
- commentContains:
|
||||
pattern: '\/bsod?'
|
||||
isRegex: True
|
||||
- or:
|
||||
- activitySenderHasPermission:
|
||||
permission: Admin
|
||||
- activitySenderHasPermission:
|
||||
permission: Write
|
||||
then:
|
||||
- addReply:
|
||||
reply: >-
|
||||
Hello! Could you please provide a kernel dump to help us better diagnose your issue?
|
||||
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)
|
||||
|
||||
Thank you!
|
||||
- addLabel:
|
||||
label: needs-author-feedback
|
||||
description:
|
||||
onFailure:
|
||||
onSuccess:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user