We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153136e commit 089a340Copy full SHA for 089a340
1 file changed
src/VCS/Adapter/Git/GitHub.php
@@ -110,6 +110,7 @@ public function searchRepositories(string $owner, int $page, int $per_page, stri
110
111
$response = $this->call(self::METHOD_GET, $url, ['Authorization' => "Bearer $this->accessToken"], [
112
'q' => "{$search} user:{$owner} fork:true",
113
+ 'page' => $page,
114
'per_page' => $per_page,
115
'sort' => 'updated'
116
]);
0 commit comments