Update pr_agent/git_providers/github_provider.py

Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
Wonchae Lee
2025-02-20 12:32:29 -05:00
committed by GitHub
parent 6433e827f4
commit 56978d9793

View File

@ -931,7 +931,7 @@ class GithubProvider(GitProvider):
query {{
node(id: "{issue_id}") {{
... on Issue {{
subIssues(first: 100) {{
subIssues(first: 10) {{
nodes {{
url
}}