From 45bcb2d5fb8bedbaa536a51a3b3519cc7675effa Mon Sep 17 00:00:00 2001 From: Michael Lively Date: Tue, 8 Jul 2025 09:52:18 -0700 Subject: [PATCH] infinite response bot command (#254688) --- .github/commands.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/commands.json b/.github/commands.json index d948a1bf493..2d10e053f86 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -596,7 +596,7 @@ "reason": "not_planned", "comment": "Please look at the following meta issue: https://github.com/microsoft/vscode/issues/253126. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem." }, - { + { "type": "label", "name": "~chat-billing", "removeLabel": "~chat-billing", @@ -604,5 +604,14 @@ "action": "close", "reason": "not_planned", "comment": "Please look at the following meta issue: https://github.com/microsoft/vscode/issues/252230. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem." + }, + { + "type": "label", + "name": "~chat-infinite-response-loop", + "removeLabel": "~chat-infinite-response-loop", + "addLabel":"chat-infinite-response-loop", + "action": "close", + "reason": "not_planned", + "comment": "Please look at the following meta issue: https://github.com/microsoft/vscode/issues/253134. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem." } ]