From 808f222ed974a324e73280272078fbcf5bb1f5b6 Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Thu, 5 Aug 2021 22:36:42 +0000 Subject: [PATCH] Fix #130176 --- .github/commands.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/commands.json b/.github/commands.json index 558544c51fb..7951aa19dab 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -15,7 +15,7 @@ "type": "label", "name": "*question", "action": "close", - "comment": "Please ask your question on [StackOverflow](https://aka.ms/vscodestackoverflow). We have a great community over [there](https://aka.ms/vscodestackoverflow). They have already answered thousands of questions and are happy to answer yours as well. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" + "comment": "We closed this issue becuase it is a question about using VS Code rather than an issue or feature request. Please search for help on [StackOverflow](https://aka.ms/vscodestackoverflow), where the community has already answered thousands of similar questions. You may find their [guide on asking a new question](https://aka.ms/vscodestackoverflowquestion) helpful if your question has not already been asked. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" }, { "type": "label", @@ -68,12 +68,17 @@ { "type": "label", "name": "notebook", - "assign": ["rebornix"] + "assign": [ + "rebornix" + ] }, { "type": "label", "name": "L10N", - "assign": ["csigs", "TylerLeonhardt"] + "assign": [ + "csigs", + "TylerLeonhardt" + ] }, { "type": "comment",