fix: update reason for closing duplicate issues in commands.json (#251400)

This commit is contained in:
Bhavya U
2025-06-13 09:10:38 -07:00
committed by GitHub
parent 17447d74db
commit a7208460fe

View File

@@ -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!"
},
{