Skip to content

Commit b0ca017

Browse files
Add a link directly to the deletion section in the identical forks section
1 parent f00f7c8 commit b0ca017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@ const identicalForksContentMarkDown =
493493
"# Identical forks\n\n" +
494494
identicalForks
495495
.map(
496-
(fork) => `- [${fork}](${process.env.GITHUB_SERVER_URL}/${login}/${fork})`
496+
(fork) =>
497+
`- [${fork}](${process.env.GITHUB_SERVER_URL}/${login}/${fork}) ([Go to Settings > Delete](${process.env.GITHUB_SERVER_URL}/${login}/${fork}/settings#danger-zone))`
497498
)
498499
.join("\n\n") +
499500
"\n";

0 commit comments

Comments
 (0)