mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
autoupdate app sources: add ?per_page=100 to github api release fetching for bazaar...
This commit is contained in:
parent
9e90fb7ff3
commit
3ef341757e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class GithubAPI:
|
|||
|
||||
def releases(self) -> list[dict[str, Any]]:
|
||||
"""Get a list of releases for project."""
|
||||
return self.internal_api(f"repos/{self.upstream_repo}/releases")
|
||||
return self.internal_api(f"repos/{self.upstream_repo}/releases?per_page=100")
|
||||
|
||||
def url_for_ref(self, ref: str, ref_type: RefType) -> str:
|
||||
"""Get a URL for a ref."""
|
||||
|
|
Loading…
Add table
Reference in a new issue