Implement Automatic Review Configuration for GitHub app

This commit is contained in:
Tim Perkins
2023-08-16 16:17:00 -04:00
parent dee1f168f8
commit 631fb93b28
4 changed files with 15 additions and 4 deletions

View File

@ -93,7 +93,7 @@ async def handle_request(body: Dict[str, Any]):
api_url = pull_request.get("url")
if not api_url:
return {}
await agent.handle_request(api_url, "/review")
await agent.handle_request(api_url, "/auto_review")
return {}