@samitouri / QOSAMI-WSL / commits / 42aacd20

Add a '/bsod' to resourceManagement.yml to reply with instructions to capture a kernel dump (#12981)

Blue committed May 27, 2025 at 14:56 UTC 42aacd20bcfc3561ed9c004989c707959a61ec96
1 file changed +20
.github/policies/resourceManagement.yml
+20
@@ -239,5 +239,25 @@ configuration:
239 - addLabel:
240 label: needs-author-feedback
241 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:
262 onFailure:
263 onSuccess: