mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Set default configuration
This commit is contained in:
parent
2d7636543c
commit
fab8573c4d
1 changed files with 8 additions and 0 deletions
|
|
@ -277,6 +277,14 @@ push_commands = [
|
|||
"/review",
|
||||
]
|
||||
|
||||
[gitea_app]
|
||||
handle_push_trigger = true
|
||||
pr_commands = [
|
||||
"/describe --pr_description.final_update_message=false",
|
||||
"/review",
|
||||
"/improve",
|
||||
]
|
||||
|
||||
[bitbucket_app]
|
||||
pr_commands = [
|
||||
"/describe --pr_description.final_update_message=false",
|
||||
|
|
|
|||
Loading…
Reference in a new issue