feat: add TODO comments to PR review output

This commit is contained in:
joosomi
2025-05-24 01:52:52 +09:00
parent 4e80f3999c
commit 788c0c12e6
5 changed files with 73 additions and 1 deletions

View File

@ -98,6 +98,11 @@ extra_instructions = "..."
<tr>
<td><b>require_security_review</b></td>
<td>If set to true, the tool will add a section that checks if the PR contains a possible security or vulnerability issue. Default is true.</td>
</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>
</tr>
<tr>
<td><b>require_ticket_analysis_review</b></td>