mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Make duplicate issue checker text use the magic words
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user