From 18125c78d2019329c4b56abca4691df2e97c0c3c Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Fri, 24 Jan 2025 14:42:42 -0800 Subject: [PATCH 1/4] Fix label casing in bug-debugger action workflow --- .github/workflows/feature-request-debugger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-request-debugger.yml b/.github/workflows/feature-request-debugger.yml index 2e3997ea5..f6c5aeff0 100644 --- a/.github/workflows/feature-request-debugger.yml +++ b/.github/workflows/feature-request-debugger.yml @@ -22,7 +22,7 @@ jobs: uses: ./.github/actions/AddComment with: readonly: ${{ github.event.inputs.readonly }} - labels: feature request,debugger + 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." From 6ab08940468e8a2ad308798dc478efaa9b9d9b7a Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Fri, 24 Jan 2025 14:45:10 -0800 Subject: [PATCH 2/4] Add 'help wanted' to addLabels --- .github/workflows/bug-debugger.yml | 1 + .github/workflows/feature-request-debugger.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/bug-debugger.yml b/.github/workflows/bug-debugger.yml index 1a7bee675..cbdd8f71c 100644 --- a/.github/workflows/bug-debugger.yml +++ b/.github/workflows/bug-debugger.yml @@ -26,3 +26,4 @@ jobs: 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/feature-request-debugger.yml b/.github/workflows/feature-request-debugger.yml index f6c5aeff0..26e50c836 100644 --- a/.github/workflows/feature-request-debugger.yml +++ b/.github/workflows/feature-request-debugger.yml @@ -26,3 +26,4 @@ jobs: 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 From 796a1f03e9944de1d046148239ce60939367fca3 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Fri, 24 Jan 2025 14:48:59 -0800 Subject: [PATCH 3/4] Fix more label casings --- .github/workflows/by-design-closer-debugger .yml | 2 +- .github/workflows/external-closer-debugger.yml | 2 +- .github/workflows/feature-request-debugger.yml | 2 +- .github/workflows/investigate-closer-debugger.yml | 2 +- .github/workflows/investigate-costing-closer-debugger.yml | 2 +- .github/workflows/more-info-needed-closer-debugger.yml | 2 +- .github/workflows/question-closer-debugger.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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 26e50c836..1da2d3e6c 100644 --- a/.github/workflows/feature-request-debugger.yml +++ b/.github/workflows/feature-request-debugger.yml @@ -23,7 +23,7 @@ jobs: with: readonly: ${{ github.event.inputs.readonly }} labels: Feature Request,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 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." From 88a07fc4dbd54f8dc448dfc77822390a9afef87f Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Fri, 24 Jan 2025 14:59:35 -0800 Subject: [PATCH 4/4] Fix another casing issue --- .github/workflows/bug-debugger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bug-debugger.yml b/.github/workflows/bug-debugger.yml index cbdd8f71c..2ac8f2f53 100644 --- a/.github/workflows/bug-debugger.yml +++ b/.github/workflows/bug-debugger.yml @@ -23,7 +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