Skip to content

Commit d44ad50

Browse files
authored
Merge pull request #3340 from microsoft/dev/bhavyau/update-triage
Add duplicate issue labels and remove obsolete workflow
2 parents e7ad85d + 22630f4 commit d44ad50

File tree

2 files changed

+45
-35
lines changed

2 files changed

+45
-35
lines changed

.github/commands.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,50 @@
156156
"addLabel": "info-needed",
157157
"removeLabel": "~confirmation-needed",
158158
"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!"
159+
},
160+
{
161+
"type": "label",
162+
"name": "~rate-limiting",
163+
"addLabel": "rate-limiting",
164+
"removeLabel": "~rate-limiting",
165+
"action": "close",
166+
"reason": "not_planned",
167+
"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."
168+
},
169+
{
170+
"type": "label",
171+
"name": "~rai-content-filters",
172+
"addLabel": "rai-content-filters",
173+
"removeLabel": "~rai-content-filters",
174+
"action": "close",
175+
"reason": "not_planned",
176+
"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."
177+
},
178+
{
179+
"type": "label",
180+
"name": "~public-code-blocking",
181+
"addLabel": "public-code-blocking",
182+
"removeLabel": "~public-code-blocking",
183+
"action": "close",
184+
"reason": "not_planned",
185+
"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."
186+
},
187+
{
188+
"type": "label",
189+
"name": "~infinite-response-loop",
190+
"addLabel": "infinite-response-loop",
191+
"removeLabel": "~infinite-response-loop",
192+
"action": "close",
193+
"reason": "not_planned",
194+
"comment": "This issue is a duplicate of https://github.com/microsoft/vscode-copilot-release/issues/2628. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
195+
},
196+
{
197+
"type": "label",
198+
"name": "~lm-unavailable",
199+
"addLabel": "lm-unavailable",
200+
"removeLabel": "~lm-unavailable",
201+
"action": "close",
202+
"reason": "not_planned",
203+
"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."
159204
}
160205
]

.github/workflows/label.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)