mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
feat(route): add github all issue/pull comments (#12899)
This commit is contained in:
@@ -14,6 +14,12 @@ module.exports = {
|
||||
source: ['/:user/:repo/:type/:number'],
|
||||
target: '/github/comments/:user/:repo/:number',
|
||||
},
|
||||
{
|
||||
title: 'Issue & Pull Request comments',
|
||||
docs: 'https://docs.rsshub.app/programming.html#github',
|
||||
source: ['/:user/:repo/:type'],
|
||||
target: '/github/comments/:user/:repo',
|
||||
},
|
||||
{
|
||||
title: '仓库 Contributors',
|
||||
docs: 'https://docs.rsshub.app/programming.html#github',
|
||||
|
||||
Reference in New Issue
Block a user