From 9789e5d7018c441e685ffeba002feb102b32fde0 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Tue, 17 Jun 2025 16:31:46 +0300 Subject: [PATCH] docs: clarify auto-approval ticket compliance applies to review tool path only --- docs/docs/core-abilities/auto_approval.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/core-abilities/auto_approval.md b/docs/docs/core-abilities/auto_approval.md index 64a0a2ae..78a02d2c 100644 --- a/docs/docs/core-abilities/auto_approval.md +++ b/docs/docs/core-abilities/auto_approval.md @@ -65,7 +65,7 @@ There are two possible paths leading to this auto-approval - one via the `review ensure_ticket_compliance = true # Default is false ``` - If `ensure_ticket_compliance` is set to `true`, auto-approval will be disabled if no ticket is linked to the PR, or if the PR is not fully compliant with a linked ticket. This ensures that PRs are only auto-approved if their associated tickets are properly resolved. + If `ensure_ticket_compliance` is set to `true`, auto-approval for the `review` toll path will be disabled if no ticket is linked to the PR, or if the PR is not fully compliant with a linked ticket. This ensures that PRs are only auto-approved if their associated tickets are properly resolved. You can also prevent auto-approval if the PR exceeds the ticket's scope (see [here](https://qodo-merge-docs.qodo.ai/core-abilities/fetching_ticket_context/#configuration-options)).