mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 13:08:14 +08:00
feat: github issue add author (#2016)
This commit is contained in:
@@ -30,6 +30,7 @@ module.exports = async (ctx) => {
|
|||||||
title: item.title,
|
title: item.title,
|
||||||
description: md.render(item.body) || 'No description',
|
description: md.render(item.body) || 'No description',
|
||||||
pubDate: new Date(item.created_at).toUTCString(),
|
pubDate: new Date(item.created_at).toUTCString(),
|
||||||
|
author: item.user.login,
|
||||||
link: `${host}/${item.number}`,
|
link: `${host}/${item.number}`,
|
||||||
})),
|
})),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user