Add /label and /assign commands.

Closes #95786. Closes #78432.
This commit is contained in:
Jackson Kearl
2020-04-22 10:00:15 -07:00
parent b59a959a3e
commit 853f03c82c
10 changed files with 24 additions and 9 deletions

15
.github/commands.json vendored
View File

@@ -325,5 +325,20 @@
"action": "close",
"addLabel": "*caused-by-extension",
"comment": "It looks like this is caused by the Java Debugger extension. Please file it with the repository [here](https://github.com/Microsoft/vscode-java-debug). Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines for more information.\n\nHappy Coding!"
},
{
"type": "comment",
"name": "label",
"allowUsers": []
},
{
"type": "comment",
"name": "assign",
"allowUsers": [
"cleidigh",
"usernamehw",
"gjsjohnmurray",
"IllusionMH"
]
}
]