diff --git a/.github/workflows/bug-debugger.yml b/.github/workflows/bug-debugger.yml index 1a7bee675..2ac8f2f53 100644 --- a/.github/workflows/bug-debugger.yml +++ b/.github/workflows/bug-debugger.yml @@ -23,6 +23,7 @@ jobs: with: readonly: ${{ github.event.inputs.readonly }} labels: bug,debugger - ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,language service,internal" + ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,Language Service,internal" createdAfter: "2024-07-22" 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." + addLabels: help wanted diff --git a/.github/workflows/by-design-closer-debugger .yml b/.github/workflows/by-design-closer-debugger .yml index 35c342ce4..3d390c3d4 100644 --- a/.github/workflows/by-design-closer-debugger .yml +++ b/.github/workflows/by-design-closer-debugger .yml @@ -23,6 +23,6 @@ jobs: with: readonly: ${{ github.event.inputs.readonly }} labels: by design,debugger - ignoreLabels: language service,internal + ignoreLabels: Language Service,internal closeDays: 0 closeComment: "This issue has been closed because the described behavior was determined to be by design." diff --git a/.github/workflows/external-closer-debugger.yml b/.github/workflows/external-closer-debugger.yml index 55c34cdd4..e2181415d 100644 --- a/.github/workflows/external-closer-debugger.yml +++ b/.github/workflows/external-closer-debugger.yml @@ -23,6 +23,6 @@ jobs: with: readonly: ${{ github.event.inputs.readonly }} labels: external,debugger - ignoreLabels: language service,internal + ignoreLabels: Language Service,internal closeDays: 0 closeComment: "This issue has been closed because it is external or not applicable to the extension." diff --git a/.github/workflows/feature-request-debugger.yml b/.github/workflows/feature-request-debugger.yml index 2e3997ea5..1da2d3e6c 100644 --- a/.github/workflows/feature-request-debugger.yml +++ b/.github/workflows/feature-request-debugger.yml @@ -22,7 +22,8 @@ jobs: uses: ./.github/actions/AddComment with: readonly: ${{ github.event.inputs.readonly }} - labels: feature request,debugger - ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,language service,internal" + labels: Feature Request,debugger + ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,Language Service,internal" createdAfter: "2024-07-22" 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." + addLabels: help wanted diff --git a/.github/workflows/investigate-closer-debugger.yml b/.github/workflows/investigate-closer-debugger.yml index ec4c523d7..f709ba8f5 100644 --- a/.github/workflows/investigate-closer-debugger.yml +++ b/.github/workflows/investigate-closer-debugger.yml @@ -23,6 +23,6 @@ jobs: with: readonly: ${{ github.event.inputs.readonly }} labels: investigate,debugger - ignoreLabels: language service,internal + ignoreLabels: Language Service,internal closeDays: 180 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." diff --git a/.github/workflows/investigate-costing-closer-debugger.yml b/.github/workflows/investigate-costing-closer-debugger.yml index 0ce6a696b..142f58703 100644 --- a/.github/workflows/investigate-costing-closer-debugger.yml +++ b/.github/workflows/investigate-costing-closer-debugger.yml @@ -23,6 +23,6 @@ jobs: with: readonly: ${{ github.event.inputs.readonly }} labels: "investigate: costing,debugger" - ignoreLabels: language service,internal + ignoreLabels: Language Service,internal closeDays: 180 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." diff --git a/.github/workflows/more-info-needed-closer-debugger.yml b/.github/workflows/more-info-needed-closer-debugger.yml index 508512289..52c3dc12f 100644 --- a/.github/workflows/more-info-needed-closer-debugger.yml +++ b/.github/workflows/more-info-needed-closer-debugger.yml @@ -23,7 +23,7 @@ jobs: with: readonly: ${{ github.event.inputs.readonly }} labels: more info needed,debugger - ignoreLabels: language service,internal + ignoreLabels: Language Service,internal involves: wardengnaw,pieandcakes,calgagi closeDays: 14 closeComment: "This issue has been closed because it needs more information and has not had recent activity." diff --git a/.github/workflows/question-closer-debugger.yml b/.github/workflows/question-closer-debugger.yml index a178134f1..32e48268c 100644 --- a/.github/workflows/question-closer-debugger.yml +++ b/.github/workflows/question-closer-debugger.yml @@ -23,7 +23,7 @@ jobs: with: readonly: ${{ github.event.inputs.readonly }} labels: question,debugger - ignoreLabels: language service,internal + ignoreLabels: Language Service,internal involves: wardengnaw,pieandcakes,calgagi closeDays: 14 closeComment: "This issue has been closed because it is a question and has not had recent activity."