mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Add example output
This commit is contained in:
parent
0396e10706
commit
f8aea909b4
1 changed files with 3 additions and 0 deletions
|
|
@ -89,6 +89,9 @@ Example output:
|
||||||
{
|
{
|
||||||
"Main theme": "xxx",
|
"Main theme": "xxx",
|
||||||
"Type of PR": "Bug fix",
|
"Type of PR": "Bug fix",
|
||||||
|
{%- if require_score %}
|
||||||
|
"Score": 85.2,
|
||||||
|
{%- endif %}
|
||||||
{%- if require_tests %}
|
{%- if require_tests %}
|
||||||
"Relevant tests added": "No",
|
"Relevant tests added": "No",
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue