Skip to content

Commit 796a1f0

Browse files
committed
Fix more label casings
1 parent 6ab0894 commit 796a1f0

7 files changed

+7
-7
lines changed

.github/workflows/by-design-closer-debugger .yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: by design,debugger
26-
ignoreLabels: language service,internal
26+
ignoreLabels: Language Service,internal
2727
closeDays: 0
2828
closeComment: "This issue has been closed because the described behavior was determined to be by design."

.github/workflows/external-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: external,debugger
26-
ignoreLabels: language service,internal
26+
ignoreLabels: Language Service,internal
2727
closeDays: 0
2828
closeComment: "This issue has been closed because it is external or not applicable to the extension."

.github/workflows/feature-request-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: Feature Request,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 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."
2929
addLabels: help wanted

.github/workflows/investigate-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: investigate,debugger
26-
ignoreLabels: language service,internal
26+
ignoreLabels: Language Service,internal
2727
closeDays: 180
2828
closeComment: "This issue has been closed as lower priority. We're sorry if this issue still impacts you but unfortunately we're not able to address this. We will accept a pull request from the community if it's applicable for this issue."

.github/workflows/investigate-costing-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: "investigate: costing,debugger"
26-
ignoreLabels: language service,internal
26+
ignoreLabels: Language Service,internal
2727
closeDays: 180
2828
closeComment: "This issue has been closed as lower priority. We're sorry if this issue still impacts you but unfortunately we're not able to address this. We will accept a pull request from the community if it's applicable for this issue."

.github/workflows/more-info-needed-closer-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: more info needed,debugger
26-
ignoreLabels: language service,internal
26+
ignoreLabels: Language Service,internal
2727
involves: wardengnaw,pieandcakes,calgagi
2828
closeDays: 14
2929
closeComment: "This issue has been closed because it needs more information and has not had recent activity."

.github/workflows/question-closer-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: question,debugger
26-
ignoreLabels: language service,internal
26+
ignoreLabels: Language Service,internal
2727
involves: wardengnaw,pieandcakes,calgagi
2828
closeDays: 14
2929
closeComment: "This issue has been closed because it is a question and has not had recent activity."

0 commit comments

Comments
 (0)