feat: github issue add author (#2016)
This commit is contained in:
parent
e5385b0037
commit
1bf2a9c724
|
|
@ -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}`,
|
||||
})),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue