mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
Add missing bitbucket_server.pr_commands default
This commit is contained in:
@ -253,6 +253,11 @@ pr_commands = [
|
|||||||
# URL to the BitBucket Server instance
|
# URL to the BitBucket Server instance
|
||||||
# url = "https://git.bitbucket.com"
|
# url = "https://git.bitbucket.com"
|
||||||
url = ""
|
url = ""
|
||||||
|
pr_commands = [
|
||||||
|
"/describe",
|
||||||
|
"/review --pr_reviewer.num_code_suggestions=0",
|
||||||
|
"/improve --pr_code_suggestions.commitable_code_suggestions=true --pr_code_suggestions.suggestions_score_threshold=7",
|
||||||
|
]
|
||||||
|
|
||||||
[litellm]
|
[litellm]
|
||||||
# use_client = false
|
# use_client = false
|
||||||
|
Reference in New Issue
Block a user