mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
backport_pr.py: increase entries per page for branches GET
This commit is contained in:
parent
b6772c85fd
commit
25917c4b36
2
dist/tools/backport_pr/backport_pr.py
vendored
2
dist/tools/backport_pr/backport_pr.py
vendored
@ -211,7 +211,7 @@ def main():
|
|||||||
release_fullname = args.release_branch
|
release_fullname = args.release_branch
|
||||||
release_shortname = _branch_name_strip(args.release_branch)
|
release_shortname = _branch_name_strip(args.release_branch)
|
||||||
else:
|
else:
|
||||||
status, branches = github_api.repos[ORG][REPO].branches.get()
|
status, branches = github_api.repos[ORG][REPO].branches.get(per_page=100)
|
||||||
if status != 200:
|
if status != 200:
|
||||||
print(
|
print(
|
||||||
f"Could not retrieve branches for {ORG}/{REPO}: "
|
f"Could not retrieve branches for {ORG}/{REPO}: "
|
||||||
|
Loading…
Reference in New Issue
Block a user