mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-17 17:24:55 +02:00
[GithubPullRequestBridge] Sort by newest PRs instead of latest updated (#2064)
This commit is contained in:
parent
30553d8665
commit
018fd1c8f2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue