mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-15 18:20:37 +08:00
Add exception handling to process_can_be_split function and update pr_reviewer_prompts.toml formatting
This commit is contained in:
@ -113,12 +113,12 @@ review:
|
||||
security_concerns: |
|
||||
No
|
||||
{%- if require_can_be_split_review %}
|
||||
can_be_split: |
|
||||
- relevant_files:
|
||||
- ...
|
||||
- ...
|
||||
title: ...
|
||||
can_be_split:
|
||||
- relevant_files:
|
||||
- ...
|
||||
- ...
|
||||
title: ...
|
||||
- ...
|
||||
{%- endif %}
|
||||
{%- if num_code_suggestions > 0 %}
|
||||
code_feedback
|
||||
|
Reference in New Issue
Block a user