mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Merge pull request #2067 from yamoyamoto/fix/safe-attribute-access-in-review-prompt-template
fix: safe attribute access in review prompt template
This commit is contained in:
commit
f2ba770558
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ Ticket Description:
|
|||
#####
|
||||
{%- endif %}
|
||||
|
||||
{%- if ticket.requirements %}
|
||||
{%- if ticket.requirements is defined and ticket.requirements %}
|
||||
Ticket Requirements:
|
||||
#####
|
||||
{{ ticket.requirements }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue