mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
Update automations_and_usage.md
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user