mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
fix auto_describe key
This commit is contained in:
@ -66,7 +66,7 @@ async def handle_webhook(background_tasks: BackgroundTasks, request: Request):
|
||||
actions.append("review")
|
||||
if get_settings().get("github_action_config").get("auto_improve") == True:
|
||||
actions.append("improve")
|
||||
if get_settings().get("github_action_config").get("describe") == True:
|
||||
if get_settings().get("github_action_config").get("auto_describe") == True:
|
||||
actions.append("describe")
|
||||
|
||||
elif data["eventType"] == "ms.vss-code.git-pullrequest-comment-event":
|
||||
|
Reference in New Issue
Block a user