Update automations_and_usage.md

This commit is contained in:
Tal
2024-04-01 18:46:08 +03:00
committed by GitHub
parent b7237c113b
commit 3d86430f18

View File

@ -154,11 +154,11 @@ Each time you invoke a `/review` tool, it will use inline code comments.
### BitBucket Self-Hosted App automatic tools ### BitBucket Self-Hosted App automatic tools
to control which commands will run automatically when a new PR is opened, you can set the `pr_commands` parameter in the configuration file: To control which commands will run automatically when a new PR is opened, you can set the `pr_commands` parameter in the configuration file:
Specifically, set the following values: Specifically, set the following values:
[bitbucket_app]
``` ```
[bitbucket_app]
pr_commands = [ pr_commands = [
"/review --pr_reviewer.num_code_suggestions=0", "/review --pr_reviewer.num_code_suggestions=0",
"/improve --pr_code_suggestions.summarize=false", "/improve --pr_code_suggestions.summarize=false",