mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 12:20:38 +08:00
mprove get_review_thread_comments method implementation
Co-authored-by: ofir-frd <85901822+ofir-frd@users.noreply.github.com>
This commit is contained in:
@ -456,8 +456,6 @@ class GithubProvider(GitProvider):
|
|||||||
c.id == root_comment_id or c.raw_data.get("in_reply_to_id") == root_comment_id
|
c.id == root_comment_id or c.raw_data.get("in_reply_to_id") == root_comment_id
|
||||||
]
|
]
|
||||||
|
|
||||||
# Sort chronologically
|
|
||||||
thread_comments.sort(key=lambda c: c.created_at)
|
|
||||||
|
|
||||||
return thread_comments
|
return thread_comments
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user