diff --git a/pr_agent/git_providers/github_provider.py b/pr_agent/git_providers/github_provider.py index daa0c84b..a526f594 100644 --- a/pr_agent/git_providers/github_provider.py +++ b/pr_agent/git_providers/github_provider.py @@ -456,8 +456,6 @@ class GithubProvider(GitProvider): 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