From 5e40b3962a6dc926c1e5bb49d04ebdc18e70c406 Mon Sep 17 00:00:00 2001 From: jaexxin Date: Mon, 19 May 2025 22:22:22 +0900 Subject: [PATCH] docs: document how to auto-trigger /add_docs via pr_commands --- docs/docs/tools/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tools/documentation.md b/docs/docs/tools/documentation.md index ff6a099c..63dac8c3 100644 --- a/docs/docs/tools/documentation.md +++ b/docs/docs/tools/documentation.md @@ -43,7 +43,7 @@ pr_commands = [ ``` 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 By default, /add_docs is not triggered automatically. You must explicitly include it in pr_commands to enable this behavior.