[Bug, GitHub]: fix missing context in cloud resolver (#10517)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Rohit Malhotra
2025-08-27 03:07:09 -04:00
committed by GitHub
parent c0bb84dfa2
commit 9afedea170
11 changed files with 364 additions and 46 deletions

View File

@@ -727,7 +727,7 @@ class GitLabService(BaseGitService, GitService):
continue
comment = Comment(
id=comment_data['id'],
id=str(comment_data['id']),
body=comment_data['body'],
author=comment_data.get('author', {}).get('username', 'unknown'),
created_at=datetime.fromisoformat(