mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
fix: update default value of require_todo_scan from true to false in docs
This commit is contained in:
parent
7a0c350760
commit
6de821719f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue