diff --git a/src/helpers/GithubImporter.php b/src/helpers/GithubImporter.php index e45d6af..bf00e32 100755 --- a/src/helpers/GithubImporter.php +++ b/src/helpers/GithubImporter.php @@ -58,7 +58,7 @@ class GithubImporter { $params = array( $organization, $repository, - array('filter' => 'all', 'state' => 'all', 'direction' => 'asc', 'sort' => 'created') + array('filter' => 'all', 'state' => 'all', 'direction' => 'desc', 'sort' => 'updated') ); $paginator = new ResultPager($this->client);