mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 12:50:38 +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")
|
actions.append("review")
|
||||||
if get_settings().get("github_action_config").get("auto_improve") == True:
|
if get_settings().get("github_action_config").get("auto_improve") == True:
|
||||||
actions.append("improve")
|
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")
|
actions.append("describe")
|
||||||
|
|
||||||
elif data["eventType"] == "ms.vss-code.git-pullrequest-comment-event":
|
elif data["eventType"] == "ms.vss-code.git-pullrequest-comment-event":
|
||||||
|
Reference in New Issue
Block a user