diff --git a/sources/download_manager.py b/sources/download_manager.py index 57126be..b884e5c 100644 --- a/sources/download_manager.py +++ b/sources/download_manager.py @@ -63,7 +63,7 @@ GITHUB_API_QUERIES = { "repository_commit_list": """ { repository(owner: "$owner", name: "$name") { - refs(refPrefix: "refs/heads/", orderBy: {direction: DESC, field: TAG_COMMIT_DATE}, first: 10) { # TODO: increase branch number with pagination + refs(refPrefix: "refs/heads/", orderBy: {direction: DESC, field: TAG_COMMIT_DATE}, first: 10) { edges { node { ... on Ref {