Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
[GithubPullRequestBridge] Sort by newest PRs instead of latest updated (
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and Kwbmm committed Jun 17, 2022
1 parent 49380bd commit 200d9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/GithubPullRequestBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

0 comments on commit 200d9bc

Please sign in to comment.