Skip to content

Commit 62f57f9

Browse files
authored
vscodebot chat classifier (#251174)
1 parent 9f29633 commit 62f57f9

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.github/commands.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,5 +538,62 @@
538538
"addLabel": "info-needed",
539539
"removeLabel": "~confirmation-needed",
540540
"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!"
541+
},
542+
{
543+
"type": "label",
544+
"name": "~chat-rate-limiting",
545+
"removeLabel": "~chat-rate-limiting",
546+
"action": "close",
547+
"reason": "not_planned",
548+
"comment": "This issue is a duplicate of https://github.com/microsoft/vscode-copilot-release/issues/2627. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
549+
},
550+
{
551+
"type": "label",
552+
"name": "~chat-request-failed",
553+
"removeLabel": "~chat-request-failed",
554+
"action": "close",
555+
"reason": "not_planned",
556+
"comment": "This issue is a duplicate of https://github.com/microsoft/vscode-copilot-release/issues/4332. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
557+
},
558+
{
559+
"type": "label",
560+
"name": "~chat-rai-content-filters",
561+
"removeLabel": "~chat-rai-content-filters",
562+
"action": "close",
563+
"reason": "not_planned",
564+
"comment": "This issue is a duplicate of https://github.com/microsoft/vscode-copilot-release/issues/2625. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
565+
},
566+
{
567+
"type": "label",
568+
"name": "~chat-public-code-blocking",
569+
"removeLabel": "~chat-public-code-blocking",
570+
"action": "close",
571+
"reason": "not_planned",
572+
"comment": "This issue is a duplicate of https://github.com/microsoft/vscode-copilot-release/issues/2626. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
573+
},
574+
{
575+
"type": "label",
576+
"name": "~chat-lm-unavailable",
577+
"removeLabel": "~chat-lm-unavailable",
578+
"action": "close",
579+
"reason": "not_planned",
580+
"comment": "This issue is a duplicate of https://github.com/microsoft/vscode-copilot-release/issues/2116. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
581+
},
582+
{
583+
"type": "label",
584+
"name": "~chat-authentication",
585+
"removeLabel": "~chat-authentication",
586+
"action": "close",
587+
"reason": "not_planned",
588+
"comment": "Please look at the following meta issue: https://github.com/microsoft/vscode-copilot-release/issues/11078, if the bug you are experiencing is not there, please comment on this closed issue thread so we can re-open it.",
589+
"assign": ["TylerLeonhardt"]
590+
},
591+
{
592+
"type": "label",
593+
"name": "~chat-no-response-returned",
594+
"removeLabel": "~chat-no-response-returned",
595+
"action": "close",
596+
"reason": "not_planned",
597+
"comment": "Please look at the following meta issue: https://github.com/microsoft/vscode-copilot-release/issues/7034. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
541598
}
542599
]

0 commit comments

Comments
 (0)