From 759018caf9470be210f657fd69395de8c489c5ba Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 31 Oct 2025 02:30:25 -0700 Subject: [PATCH] Make duplicate issue checker text use the magic words --- scripts/auto-close-duplicates.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/auto-close-duplicates.ts b/scripts/auto-close-duplicates.ts index a85c1ab035..a6a35d5158 100644 --- a/scripts/auto-close-duplicates.ts +++ b/scripts/auto-close-duplicates.ts @@ -203,7 +203,9 @@ async function closeIssueAsDuplicate( }); // Close the issue as duplicate await githubRequest(`/repos/${owner}/${repo}/issues/${issueNumber}/comments`, token, "POST", { - body: `This issue has been automatically closed as a duplicate of #${duplicateOfNumber}. + body: `Duplicate of #${duplicateOfNumber}. + +This issue has been automatically closed as a duplicate. If this is incorrect, please re-open this issue or create a new one.