Merge pull request #1869 from PullPullers/feat/review-todo-section

feat: surface TODO comments in review tool
This commit is contained in:
Tal
2025-06-18 20:15:43 +03:00
committed by GitHub
5 changed files with 121 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 false.
</td>
</tr>
<tr>
<td><b>require_ticket_analysis_review</b></td>