Skip to content

Commit 18125c7

Browse files
committed
Fix label casing in bug-debugger action workflow
1 parent cdf1e6b commit 18125c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/feature-request-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ./.github/actions/AddComment
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
25-
labels: feature request,debugger
25+
labels: Feature Request,debugger
2626
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,language service,internal"
2727
createdAfter: "2024-07-22"
2828
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

Comments
 (0)