mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Add edu issue label and command
This commit is contained in:
27
.github/commands.json
vendored
27
.github/commands.json
vendored
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user