Skip to content
Snippets Groups Projects
Commit 4e65aaaf authored by Ciro Santilli's avatar Ciro Santilli
Browse files

link to title

parent 3687cf90
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ try {
const new_issue_duty = await octokit.issues.create({
owner: payload.repository.owner.login,
repo: payload.repository.name,
title,
title: title + ' ' + link,
body: content.data.html_url + '\n\n' + link + '\n\n' + html_url + '\n\n' + body,
})
console.error('new_issue_duty: ' + require('util').inspect(new_issue_duty, { depth: null }))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment