mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-06 05:40:38 +08:00
Set default configuration
This commit is contained in:
@ -277,6 +277,14 @@ push_commands = [
|
|||||||
"/review",
|
"/review",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[gitea_app]
|
||||||
|
handle_push_trigger = true
|
||||||
|
pr_commands = [
|
||||||
|
"/describe --pr_description.final_update_message=false",
|
||||||
|
"/review",
|
||||||
|
"/improve",
|
||||||
|
]
|
||||||
|
|
||||||
[bitbucket_app]
|
[bitbucket_app]
|
||||||
pr_commands = [
|
pr_commands = [
|
||||||
"/describe --pr_description.final_update_message=false",
|
"/describe --pr_description.final_update_message=false",
|
||||||
|
Reference in New Issue
Block a user