Add edu issue label and command

This commit is contained in:
Matt Bierner
2025-10-07 11:45:27 -07:00
parent ce3c3a3b19
commit 8f8af8dd40

27
.github/commands.json vendored
View File

@@ -586,7 +586,9 @@
"action": "close",
"reason": "not_planned",
"comment": "Please look at the following meta issue: https://github.com/microsoft/vscode/issues/253132, if the bug you are experiencing is not there, please comment on this closed issue thread so we can re-open it.",
"assign": ["TylerLeonhardt"]
"assign": [
"TylerLeonhardt"
]
},
{
"type": "label",
@@ -600,7 +602,7 @@
"type": "label",
"name": "~chat-billing",
"removeLabel": "~chat-billing",
"addLabel":"chat-billing",
"addLabel": "chat-billing",
"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."
@@ -609,7 +611,7 @@
"type": "label",
"name": "~chat-infinite-response-loop",
"removeLabel": "~chat-infinite-response-loop",
"addLabel":"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."
@@ -632,5 +634,24 @@
"samvantran",
"thispaul"
]
},
{
"type": "label",
"name": "*edu",
"action": "close",
"reason": "not_planned",
"comment": "We closed this issue because it seems to be about coursework or grading. This issue tracker is for issues about VS Code itself. For coursework-related issues, or issues related to your course's specific VS Code setup, please consider engaging directly with your course instructor.\n\nHappy Coding!"
},
{
"type": "comment",
"name": "edu",
"allowUsers": [
"cleidigh",
"usernamehw",
"gjsjohnmurray",
"IllusionMH"
],
"action": "updateLabels",
"addLabel": "*edu"
}
]