Skip to content

Commit

Permalink
Mention original PR author when adding a PR comment (#19)
Browse files Browse the repository at this point in the history
Closes #18
  • Loading branch information
yardenshoham committed Mar 30, 2023
1 parent e3714c0 commit ec694ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const parseCandidate = async (candidate, giteaVersion: GiteaVersion) => {
if (!success) {
await addPrComment(
originalPr.number,
`I was unable to create a backport for ${giteaVersion.majorMinorVersion}, please send one manually. :tea:`,
`I was unable to create a backport for ${giteaVersion.majorMinorVersion}. @${originalPr.user.login}, please send one manually. :tea:`,
);
await addLabels(
originalPr.number,
Expand Down

0 comments on commit ec694ba

Please sign in to comment.