feat: github issue add author (#2016)

This commit is contained in:
Chenyang Shi
2019-04-30 00:22:40 +08:00
committed by DIYgod
parent e5385b0037
commit 1bf2a9c724

View File

@@ -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}`,
})),
};