mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
fix: update reason for closing duplicate issues in commands.json (#251400)
This commit is contained in:
2
.github/commands.json
vendored
2
.github/commands.json
vendored
@@ -115,7 +115,7 @@
|
||||
"type": "label",
|
||||
"name": "*duplicate",
|
||||
"action": "close",
|
||||
"reason": "not_planned",
|
||||
"reason": "duplicate",
|
||||
"comment": "Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for [similar existing issues](${duplicateQuery}). See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting).\n\nHappy Coding!"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user