mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00: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:
parent
183d2965d0
commit
bfdaac0a05
1 changed files with 1 additions and 1 deletions
|
|
@ -923,7 +923,7 @@ class GithubProvider(GitProvider):
|
||||||
issue_id = response_json.get("data", {}).get("repository", {}).get("issue", {}).get("id")
|
issue_id = response_json.get("data", {}).get("repository", {}).get("issue", {}).get("id")
|
||||||
|
|
||||||
if not issue_id:
|
if not issue_id:
|
||||||
print(f"Warning: Issue ID not found for {issue_url}")
|
get_logger().warning(f"Issue ID not found for {issue_url}")
|
||||||
return sub_issues
|
return sub_issues
|
||||||
|
|
||||||
# Fetch Sub-Issues
|
# Fetch Sub-Issues
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue