Skip to content

Commit ec694ba

Browse files
authored
Mention original PR author when adding a PR comment (#19)
Closes #18
1 parent e3714c0 commit ec694ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const parseCandidate = async (candidate, giteaVersion: GiteaVersion) => {
4949
if (!success) {
5050
await addPrComment(
5151
originalPr.number,
52-
`I was unable to create a backport for ${giteaVersion.majorMinorVersion}, please send one manually. :tea:`,
52+
`I was unable to create a backport for ${giteaVersion.majorMinorVersion}. @${originalPr.user.login}, please send one manually. :tea:`,
5353
);
5454
await addLabels(
5555
originalPr.number,

0 commit comments

Comments
 (0)