mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: document how to auto-trigger /add_docs via pr_commands
This commit is contained in:
parent
3f4fac1232
commit
5e40b3962a
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ pr_commands = [
|
||||||
```
|
```
|
||||||
|
|
||||||
The `pr_commands` list defines commands that run automatically when a PR is opened.
|
The `pr_commands` list defines commands that run automatically when a PR is opened.
|
||||||
This applies only if the Qodo Merge GitHub App is installed and active for the repository.
|
Since this is under the [github_app] section, it only applies when using the Qodo Merge GitHub App in GitHub environments.
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
By default, /add_docs is not triggered automatically. You must explicitly include it in pr_commands to enable this behavior.
|
By default, /add_docs is not triggered automatically. You must explicitly include it in pr_commands to enable this behavior.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue