diff --git a/lib/routes/github/issue.js b/lib/routes/github/issue.js index 78f8d7ff5c..54f88f997f 100644 --- a/lib/routes/github/issue.js +++ b/lib/routes/github/issue.js @@ -30,6 +30,7 @@ module.exports = async (ctx) => { title: item.title, description: md.render(item.body) || 'No description', pubDate: new Date(item.created_at).toUTCString(), + author: item.user.login, link: `${host}/${item.number}`, })), };