Update Bitbucket app commands to include suggestions score threshold in documentation and configuration

This commit is contained in:
mrT23
2024-06-19 08:30:45 +03:00
parent e33f2e4c67
commit 3affe011fe
2 changed files with 4 additions and 2 deletions

View File

@ -194,7 +194,7 @@ push_commands = [
[bitbucket_app]
pr_commands = [
"/review --pr_reviewer.num_code_suggestions=0",
"/improve --pr_code_suggestions.commitable_code_suggestions=true",
"/improve --pr_code_suggestions.commitable_code_suggestions=true --pr_code_suggestions.suggestions_score_threshold=7",
]