mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
fix: remove comment
This commit is contained in:
parent
14b4723734
commit
7ccefca35e
1 changed files with 0 additions and 1 deletions
|
|
@ -133,7 +133,6 @@ async def gitlab_webhook(background_tasks: BackgroundTasks, request: Request):
|
|||
|
||||
get_logger().info(f"New merge request: {url}")
|
||||
|
||||
# ignore draft MRs.
|
||||
if draft:
|
||||
get_logger().info(f"Skipping draft MR: {url}")
|
||||
return JSONResponse(status_code=status.HTTP_200_OK, content=jsonable_encoder({"message": "success"}))
|
||||
|
|
|
|||
Loading…
Reference in a new issue