From 7fdfadf2ab6ff4f4b15e50ddb1b5c6deccaeb4ae Mon Sep 17 00:00:00 2001 From: Michael Lively Date: Tue, 24 Jun 2025 13:50:54 -0700 Subject: [PATCH] copilot blurb for info-needed comment (#252330) * copilot blurb for info-needed comment * revert formatting junk --- .github/commands.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/commands.json b/.github/commands.json index 57aeb77bd9f..361a55aed26 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -521,7 +521,7 @@ "action": "updateLabels", "addLabel": "info-needed", "removeLabel": "~info-needed", - "comment": "Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our [issue reporting guidelines](https://aka.ms/vscodeissuereporting). Please take the time to review these and update the issue.\n\nHappy Coding!" + "comment": "Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our [issue reporting guidelines](https://aka.ms/vscodeissuereporting). Please take the time to review these and update the issue.\n\nFor Copilot Issues, be sure to visit our [Copilot-specific guidelines](https://github.com/microsoft/vscode/wiki/Copilot-Issues) page for details on the necessary information.\n\nHappy Coding!" }, { "type": "label", @@ -539,7 +539,7 @@ "removeLabel": "~confirmation-needed", "comment": "Please diagnose the root cause of the issue by running the command `F1 > Help: Troubleshoot Issue` and following the instructions. Once you have done that, please update the issue with the results.\n\nHappy Coding!" }, - { + { "type": "label", "name": "~chat-rate-limiting", "removeLabel": "~chat-rate-limiting",