We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3714c0 commit ec694baCopy full SHA for ec694ba
src/mod.ts
@@ -49,7 +49,7 @@ const parseCandidate = async (candidate, giteaVersion: GiteaVersion) => {
49
if (!success) {
50
await addPrComment(
51
originalPr.number,
52
- `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:`,
53
);
54
await addLabels(
55
0 commit comments