mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
Don't remove eyes
This commit is contained in:
@ -64,10 +64,8 @@ async def run_action():
|
||||
body = comment_body.strip().lower()
|
||||
comment_id = event_payload.get("comment", {}).get("id")
|
||||
provider = get_git_provider()(pr_url=pr_url)
|
||||
added_reaction = provider.add_eyes_reaction(comment_id)
|
||||
provider.add_eyes_reaction(comment_id)
|
||||
await PRAgent().handle_request(pr_url, body)
|
||||
if added_reaction:
|
||||
provider.remove_reaction(comment_id, added_reaction)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user