mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
docs: update github issue (#4151)
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = async (ctx) => {
|
||||
|
||||
ctx.state.data = {
|
||||
allowEmpty: true,
|
||||
title: `${user}/${repo} Issues`,
|
||||
title: `${user}/${repo}${state ? ' ' + state.replace(/^\S/, (s) => s.toUpperCase()) : ''} Issues${labels ? ' - ' + labels : ''}`,
|
||||
link: host,
|
||||
item: data
|
||||
.filter((item) => item.pull_request === undefined)
|
||||
|
||||
Reference in New Issue
Block a user