mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00: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 BRIDGE_OPTIONS = array(0 => 'Project Pull Requests', 1 => 'Pull Request comments');
|
||||||
const URL_PATH = 'pull';
|
const URL_PATH = 'pull';
|
||||||
const SEARCH_QUERY_PATH = 'pulls';
|
const SEARCH_QUERY_PATH = 'pulls';
|
||||||
const SEARCH_QUERY = '?q=is%3Apr+sort%3Aupdated-desc';
|
const SEARCH_QUERY = '?q=is%3Apr+sort%3Acreated-desc';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user