mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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_shortname = _branch_name_strip(args.release_branch)
|
||||
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:
|
||||
print(
|
||||
f"Could not retrieve branches for {ORG}/{REPO}: "
|
||||
|
Loading…
Reference in New Issue
Block a user