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/workflows/feature-request-debugger.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ jobs:
22
22
uses: ./.github/actions/AddComment
23
23
with:
24
24
readonly: ${{ github.event.inputs.readonly }}
25
-
labels: feature request,debugger
25
+
labels: Feature Request,debugger
26
26
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,language service,internal"
27
27
createdAfter: "2024-07-22"
28
28
addComment: "Thank you for your feature request. While we may not be able to implement it immediately, we will monitor community reactions to see how it fits into our backlog. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated."
0 commit comments