mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 02:58:08 +08:00
feat(route): add github issues/pull comments (#8128)
This commit is contained in:
13
lib/v2/github/radar.js
Normal file
13
lib/v2/github/radar.js
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user