Comment string from GraphQL request removed

This commit is contained in:
Alexander Sergeev
2023-02-18 00:03:03 +01:00
committed by GitHub
parent b1a5c410d7
commit f370a4c671

View File

@@ -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 {