Skip to content

Commit

Permalink
Merge pull request #3340 from microsoft/dev/bhavyau/update-triage
Browse files Browse the repository at this point in the history
Add duplicate issue labels and remove obsolete workflow
  • Loading branch information
bhavyaus authored Dec 18, 2024
2 parents e7ad85d + 22630f4 commit d44ad50
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 35 deletions.
45 changes: 45 additions & 0 deletions .github/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,50 @@
"addLabel": "info-needed",
"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": "~rate-limiting",
"addLabel": "rate-limiting",
"removeLabel": "~rate-limiting",
"action": "close",
"reason": "not_planned",
"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."
},
{
"type": "label",
"name": "~rai-content-filters",
"addLabel": "rai-content-filters",
"removeLabel": "~rai-content-filters",
"action": "close",
"reason": "not_planned",
"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."
},
{
"type": "label",
"name": "~public-code-blocking",
"addLabel": "public-code-blocking",
"removeLabel": "~public-code-blocking",
"action": "close",
"reason": "not_planned",
"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."
},
{
"type": "label",
"name": "~infinite-response-loop",
"addLabel": "infinite-response-loop",
"removeLabel": "~infinite-response-loop",
"action": "close",
"reason": "not_planned",
"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."
},
{
"type": "label",
"name": "~lm-unavailable",
"addLabel": "lm-unavailable",
"removeLabel": "~lm-unavailable",
"action": "close",
"reason": "not_planned",
"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."
}
]
35 changes: 0 additions & 35 deletions .github/workflows/label.yml

This file was deleted.

0 comments on commit d44ad50

Please sign in to comment.