Make duplicate issue checker text use the magic words

This commit is contained in:
Jarred Sumner
2025-10-31 02:30:25 -07:00
parent b3b465937f
commit 759018caf9

View File

@@ -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.