Update GitHub app

This commit is contained in:
Ori Kotek
2023-07-16 15:42:50 +03:00
parent 704030230f
commit 93311a9d9b
3 changed files with 22 additions and 27 deletions

View File

@ -56,7 +56,7 @@ async def handle_request(body):
api_url = pull_request.get("url", None)
if api_url is None:
return {}
await agent.handle_request(api_url, "please review")
await agent.handle_request(api_url, "/review")
else:
return {}