link to title

This commit is contained in:
Ciro Santilli
2022-08-03 08:01:16 +00:00
parent 3687cf9068
commit 4e65aaaf99

View File

@@ -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 }))