feat: add r tag for full repo URL

This commit is contained in:
Kieran 2023-05-02 19:01:31 +01:00
parent b2d8ccfead
commit a7a794a117
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -29,7 +29,8 @@ export default async function buildPatchEvent(title: string, author: string, rep
tags: [ tags: [
["t", repo.split("/").pop()!.replace(".git", "")], ["t", repo.split("/").pop()!.replace(".git", "")],
["subject", title], ["subject", title],
["author", author] ["author", author],
["r", repo]
] ]
}) })
} }