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/resourceManagement.yml
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -239,5 +239,25 @@ configuration:
239
239
- addLabel:
240
240
label: needs-author-feedback
241
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)
0 commit comments