Skip to content

Commit

Permalink
Merge pull request #1075 from MarkRx/feature/bitbucket-server-pr-comm…
Browse files Browse the repository at this point in the history
…ands-defaults

Add missing bitbucket_server.pr_commands default
  • Loading branch information
mrT23 authored Jul 30, 2024
2 parents 41588ef + 0390a85 commit d8545a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pr_agent/settings/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ pr_commands = [
# URL to the BitBucket Server instance
# url = "https://git.bitbucket.com"
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]
# use_client = false
Expand Down

0 comments on commit d8545a2

Please sign in to comment.