From abaf597819fdc3c75056796ed507280da3abe703 Mon Sep 17 00:00:00 2001 From: Ciro Santilli <cirosantilli@proton.me> Date: Tue, 2 Aug 2022 19:01:03 +0000 Subject: [PATCH] at mention authors --- action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.js b/action.js index 8023f47..b5a0095 100755 --- a/action.js +++ b/action.js @@ -62,7 +62,7 @@ for (const line of titleAndBody.split('\n')) { // Remove some speical chars to remove at mention spam possibilities. quoteArray.push('> ' + line.replace(/[@#]/g, "")); } -const replyBody = `Hi ${author}, +const replyBody = `Hi @${author}, ${quoteArray.join('\n').substring(0,40000)} -- GitLab