mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-15 12:25:18 +00:00
fix auto_describe key
This commit is contained in:
parent
8fa058ff7f
commit
bbd0d62c85
1 changed files with 1 additions and 1 deletions
|
|
@ -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":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue