From 95d0d4d71dc801efd4a6fde181ab05912eeff26f Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 15 Jan 2025 08:00:20 +0200 Subject: [PATCH] docs: add final_update_message configuration option documentation --- docs/docs/tools/review.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/tools/review.md b/docs/docs/tools/review.md index 1552bc9b..9f1d19b0 100644 --- a/docs/docs/tools/review.md +++ b/docs/docs/tools/review.md @@ -56,6 +56,10 @@ extra_instructions = "..." persistent_comment If set to true, the review comment will be persistent, meaning that every new review request will edit the previous one. Default is true. + + final_update_message + When set to true, updating a persistent review comment during online commenting will automatically add a short comment with a link to the updated review in the pull request .Default is true. + extra_instructions Optional extra instructions to the tool. For example: "focus on the changes in the file X. Ignore change in ...".