mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
feat: github issue add author (#2016)
This commit is contained in:
@@ -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}`,
|
||||
})),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user