Merge pull request #1624 from qodo-ai/of/config-view-fixes

Move Config Content Inside Collapsible Titles
This commit is contained in:
Tal
2025-03-15 21:50:31 +02:00
committed by GitHub
2 changed files with 105 additions and 105 deletions

View File

@ -46,7 +46,7 @@ publish_labels = true
!!! example "Possible configurations" !!! example "Possible configurations"
<table> <table>
<tr> <tr>
<td><b>publish_labels</b></td> <td><b>publish_labels</b></td>
<td>If set to true, the tool will publish labels to the PR. Default is false.</td> <td>If set to true, the tool will publish labels to the PR. Default is false.</td>
@ -95,7 +95,7 @@ publish_labels = true
<td><b>enable_help_text</b></td> <td><b>enable_help_text</b></td>
<td>If set to true, the tool will display a help text in the comment. Default is false.</td> <td>If set to true, the tool will display a help text in the comment. Default is false.</td>
</tr> </tr>
</table> </table>
## Inline file summary 💎 ## Inline file summary 💎

View File

@ -51,7 +51,7 @@ extra_instructions = "..."
!!! example "General options" !!! example "General options"
<table> <table>
<tr> <tr>
<td><b>persistent_comment</b></td> <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> <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>
@ -68,11 +68,11 @@ extra_instructions = "..."
<td><b>enable_help_text</b></td> <td><b>enable_help_text</b></td>
<td>If set to true, the tool will display a help text in the comment. Default is true.</td> <td>If set to true, the tool will display a help text in the comment. Default is true.</td>
</tr> </tr>
</table> </table>
!!! example "Enable\\disable specific sub-sections" !!! example "Enable\\disable specific sub-sections"
<table> <table>
<tr> <tr>
<td><b>require_score_review</b></td> <td><b>require_score_review</b></td>
<td>If set to true, the tool will add a section that scores the PR. Default is false.</td> <td>If set to true, the tool will add a section that scores the PR. Default is false.</td>
@ -97,13 +97,13 @@ extra_instructions = "..."
<td><b>require_ticket_analysis_review</b></td> <td><b>require_ticket_analysis_review</b></td>
<td>If set to true, and the PR contains a GitHub or Jira ticket link, the tool will add a section that checks if the PR in fact fulfilled the ticket requirements. Default is true.</td> <td>If set to true, and the PR contains a GitHub or Jira ticket link, the tool will add a section that checks if the PR in fact fulfilled the ticket requirements. Default is true.</td>
</tr> </tr>
</table> </table>
!!! example "Adding PR labels" !!! example "Adding PR labels"
You can enable\disable the `review` tool to add specific labels to the PR: You can enable\disable the `review` tool to add specific labels to the PR:
<table> <table>
<tr> <tr>
<td><b>enable_review_labels_security</b></td> <td><b>enable_review_labels_security</b></td>
<td>If set to true, the tool will publish a 'possible security issue' label if it detects a security issue. Default is true.</td> <td>If set to true, the tool will publish a 'possible security issue' label if it detects a security issue. Default is true.</td>
@ -112,7 +112,7 @@ You can enable\disable the `review` tool to add specific labels to the PR:
<td><b>enable_review_labels_effort</b></td> <td><b>enable_review_labels_effort</b></td>
<td>If set to true, the tool will publish a 'Review effort [1-5]: x' label. Default is true.</td> <td>If set to true, the tool will publish a 'Review effort [1-5]: x' label. Default is true.</td>
</tr> </tr>
</table> </table>
## Usage Tips ## Usage Tips