docs: add final_update_message configuration option documentation

This commit is contained in:
mrT23
2025-01-15 08:00:20 +02:00
parent 5daf8e043c
commit 95d0d4d71d

View File

@ -56,6 +56,10 @@ extra_instructions = "..."
<td><b>persistent_comment</b></td>
<td>If set to true, the review comment will be persistent, meaning that every new review request will edit the previous one. Default is true.</td>
</tr>
<tr>
<td><b>final_update_message</b></td>
<td>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.</td>
</tr>
<tr>
<td><b>extra_instructions</b></td>
<td>Optional extra instructions to the tool. For example: "focus on the changes in the file X. Ignore change in ...".</td>