Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/grandchallenge/github/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_repos(self, *, installation_id):
Currently, there is no way to filter the repositories, see
https://docs.github.com/en/rest/apps/installations?apiVersion=2022-11-28#list-repositories-accessible-to-the-user-access-token
"""
per_page = 100
per_page = 80

def get_page(*, page):
return requests.get(
Expand Down