feat(route): add github all issue/pull comments (#12899)

This commit is contained in:
Arne Keller
2023-07-28 22:25:29 +02:00
committed by GitHub
parent 3428cc2beb
commit 6f13fc4cc2
6 changed files with 75 additions and 7 deletions

View File

@@ -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',