mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
[GithubPullRequestBridge] Sort by newest PRs instead of latest updated (#2064)
This commit is contained in:
parent
30553d8665
commit
018fd1c8f2
@ -34,5 +34,5 @@ class GitHubPullRequestBridge extends GithubIssueBridge {
|
||||
const BRIDGE_OPTIONS = array(0 => 'Project Pull Requests', 1 => 'Pull Request comments');
|
||||
const URL_PATH = 'pull';
|
||||
const SEARCH_QUERY_PATH = 'pulls';
|
||||
const SEARCH_QUERY = '?q=is%3Apr+sort%3Aupdated-desc';
|
||||
const SEARCH_QUERY = '?q=is%3Apr+sort%3Acreated-desc';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user