mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
update
This commit is contained in:
parent
6f7d81b086
commit
3efe091bc8
1 changed files with 3 additions and 2 deletions
|
|
@ -576,9 +576,10 @@ class GitLabProvider(GitProvider):
|
|||
get_logger().warning(f"Comment with ID {issue_comment_id} not found in merge request {self.id_mr}.")
|
||||
return None
|
||||
|
||||
return comment.awardemojis.create({
|
||||
award_emoji = comment.awardemojis.create({
|
||||
'name': 'eyes'
|
||||
}).get_id()
|
||||
})
|
||||
return award_emoji.id
|
||||
except Exception as e:
|
||||
get_logger().warning(f"Failed to add eyes reaction, error: {e}")
|
||||
return None
|
||||
|
|
|
|||
Loading…
Reference in a new issue