mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
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:
@ -931,7 +931,7 @@ class GithubProvider(GitProvider):
|
|||||||
query {{
|
query {{
|
||||||
node(id: "{issue_id}") {{
|
node(id: "{issue_id}") {{
|
||||||
... on Issue {{
|
... on Issue {{
|
||||||
subIssues(first: 100) {{
|
subIssues(first: 10) {{
|
||||||
nodes {{
|
nodes {{
|
||||||
url
|
url
|
||||||
}}
|
}}
|
||||||
|
Reference in New Issue
Block a user