mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
Implement Automatic Review Configuration for GitHub app
This commit is contained in:
@ -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 {}
|
||||
|
||||
|
Reference in New Issue
Block a user