From a7208460fe563b62e7d267ae2d54b50df6cde07a Mon Sep 17 00:00:00 2001 From: Bhavya U Date: Fri, 13 Jun 2025 09:10:38 -0700 Subject: [PATCH] fix: update reason for closing duplicate issues in commands.json (#251400) --- .github/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/commands.json b/.github/commands.json index 57aeb77bd9f..4ad5b2cb6bd 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -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!" }, {