mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Update automations_and_usage.md
This commit is contained in:
parent
b7237c113b
commit
3d86430f18
1 changed files with 3 additions and 3 deletions
|
|
@ -154,11 +154,11 @@ Each time you invoke a `/review` tool, it will use inline code comments.
|
|||
|
||||
### 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:
|
||||
|
||||
[bitbucket_app]
|
||||
```
|
||||
[bitbucket_app]
|
||||
pr_commands = [
|
||||
"/review --pr_reviewer.num_code_suggestions=0",
|
||||
"/improve --pr_code_suggestions.summarize=false",
|
||||
|
|
@ -197,4 +197,4 @@ pr_commands = [
|
|||
"/review --pr_reviewer.num_code_suggestions=0",
|
||||
"/improve",
|
||||
]
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue