feat(route): add github issues/pull comments (#8128)

This commit is contained in:
Tony
2022-01-23 02:59:54 +07:00
committed by GitHub
parent eb2037c5d1
commit c11bb88f6b
7 changed files with 92 additions and 0 deletions

13
lib/v2/github/radar.js Normal file
View File

@@ -0,0 +1,13 @@
module.exports = {
'github.com': {
_name: 'GitHub',
'.': [
{
title: 'Issues / Pull Requests 评论',
docs: 'https://docs.rsshub.app/programming.html#github',
source: ['/:user/:repo/:type/:number'],
target: '/github/comments/:user/:repo/:type/:number',
},
],
},
};