diff --git a/docs/docs/usage-guide/automations_and_usage.md b/docs/docs/usage-guide/automations_and_usage.md index c13bcd34..9c3e29fd 100644 --- a/docs/docs/usage-guide/automations_and_usage.md +++ b/docs/docs/usage-guide/automations_and_usage.md @@ -111,6 +111,17 @@ pr_commands = [ This means that when a new PR is opened/reopened or marked as ready for review, Qodo Merge will run the `describe`, `review` and `improve` tools. +**Draft PRs:** + +By default, draft PRs are not considered for automatic tools, but you can change this by setting the `feedback_on_draft_pr` parameter to `true` in the configuration file. + +```toml +[github_app] +feedback_on_draft_pr = true +``` + +**Changing default tool parameters:** + You can override the default tool parameters by using one the three options for a [configuration file](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/): **wiki**, **local**, or **global**. For example, if your configuration file contains: @@ -121,6 +132,9 @@ generate_ai_title = true Every time you run the `describe` tool (including automatic runs) the PR title will be generated by the AI. + +**Parameters for automated runs:** + You can customize configurations specifically for automated runs by using the `--config_path=` parameter. For instance, to modify the `review` tool settings only for newly opened PRs, use: