diff --git a/src/PatchBuilder.ts b/src/PatchBuilder.ts index a21178b..967ea08 100644 --- a/src/PatchBuilder.ts +++ b/src/PatchBuilder.ts @@ -29,7 +29,8 @@ export default async function buildPatchEvent(title: string, author: string, rep tags: [ ["t", repo.split("/").pop()!.replace(".git", "")], ["subject", title], - ["author", author] + ["author", author], + ["r", repo] ] }) } \ No newline at end of file