mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
add Github Pull requests rss feed (#1549)
add Github pull requests rss feed with `github/pull/{user}/{repo}` this pattern
This commit is contained in:
@@ -321,6 +321,7 @@ if (config.github && config.github.access_token) {
|
||||
}
|
||||
router.get('/github/trending/:since/:language?', require('./routes/github/trending'));
|
||||
router.get('/github/issue/:user/:repo', require('./routes/github/issue'));
|
||||
router.get('/github/pull/:user/:repo', require('./routes/github/pulls'));
|
||||
router.get('/github/user/followers/:user', require('./routes/github/follower'));
|
||||
router.get('/github/stars/:user/:repo', require('./routes/github/star'));
|
||||
router.get('/github/search/:query/:sort?/:order?', require('./routes/github/search'));
|
||||
|
||||
Reference in New Issue
Block a user