From 4629bf7ea2d26d786152fd1e0a26777b5bab2b42 Mon Sep 17 00:00:00 2001 From: Logan Ramos Date: Fri, 10 Nov 2023 13:20:02 -0700 Subject: [PATCH] Add won't fix to autoclose (#197959) --- .github/commands.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index ea5f8bc38e1..7b04c7475d7 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -58,6 +58,13 @@ "reason": "not_planned", "comment": "We closed this issue because we [don't plan to address it](https://aka.ms/vscode-out-of-scope) in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider.\n\nIf you wonder what we are up to, please see our [roadmap](https://aka.ms/vscoderoadmap) and [issue reporting guidelines](https://aka.ms/vscodeissuereporting).\n\nThanks for your understanding, and happy coding!" }, + { + "type": "label", + "name": "wont-fix", + "action": "close", + "reason": "not_planned", + "comment": "We closed this issue because we [don't plan to address it](https://github.com/microsoft/vscode/wiki/Issue-Grooming#wont-fix-bugs).\n\nThanks for your understanding, and happy coding!" + }, { "type": "comment", "name": "causedByExtension",