fix: update default value of require_todo_scan from true to false in docs

This commit is contained in:
Judy
2025-06-18 12:52:26 +09:00
parent 7a0c350760
commit 6de821719f

View File

@ -101,7 +101,7 @@ extra_instructions = "..."
</tr>
<tr>
<td><b>require_todo_scan</b></td>
<td>If set to true, the tool will add a section that lists TODO comments found in the PR code changes. Default is true.
<td>If set to true, the tool will add a section that lists TODO comments found in the PR code changes. Default is false.
</td>
</tr>
<tr>