mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2026-01-04 21:55:18 +00:00
docs: remove duplicate note about /add_docs not being triggered automatically
This commit is contained in:
parent
a2500633e2
commit
4977db5578
1 changed files with 0 additions and 3 deletions
|
|
@ -46,9 +46,6 @@ pr_commands = [
|
|||
The `pr_commands` list defines commands that run automatically when a PR is opened.
|
||||
Since this is under the [github_app] section, it only applies when using the Qodo Merge GitHub App in GitHub environments.
|
||||
|
||||
!!! note
|
||||
By default, /add_docs is not triggered automatically. You must explicitly include it in pr_commands to enable this behavior.
|
||||
|
||||
## Configuration options
|
||||
|
||||
- `docs_style`: The exact style of the documentation (for python docstring). you can choose between: `google`, `numpy`, `sphinx`, `restructuredtext`, `plain`. Default is `sphinx`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue