Skip to content

Commit 88a07fc

Browse files
committed
Fix another casing issue
1 parent 796a1f0 commit 88a07fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bug-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: bug,debugger
26-
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,language service,internal"
26+
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,Language Service,internal"
2727
createdAfter: "2024-07-22"
2828
addComment: "Thank you for reporting this issue. We’ll let you know if we need more information to investigate it. 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."
2929
addLabels: help wanted

0 commit comments

Comments
 (0)