This commit is contained in:
mrT23
2023-10-05 17:03:10 +03:00
parent f3e794e50b
commit 088f256415
4 changed files with 13 additions and 5 deletions

View File

@ -122,6 +122,13 @@ keep_original_user_title = false
```
When a new PR is opened, PR-Agent will run the `describe` tool with the above parameters.
To cancel the automatic run of all the tools, set:
```
[github_app]
pr_commands = []
```
Note that a local `.pr_agent.toml` file enables you to edit and customize the default parameters of any tool, not just the ones that are run automatically.
#### Editing the prompts