mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Call PRAgent from github_action_runner.py
This commit is contained in:
parent
a994ec1427
commit
f77a5f6929
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class PRReviewer:
|
|||
except json.decoder.JSONDecodeError:
|
||||
data = try_fix_json(review)
|
||||
|
||||
if settings.config.pr_reviewer > 0:
|
||||
if settings.get("CONFIG.PR_REVIEWER.NUM_CODE_SUGGESTIONS", 0):
|
||||
try:
|
||||
for d in data['PR Feedback']['Code suggestions']:
|
||||
relevant_file = d['relevant file'].strip()
|
||||
|
|
|
|||
Loading…
Reference in a new issue