mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Fix create copilot comment
This commit is contained in:
parent
ec2de56bbd
commit
55695eda39
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ def main():
|
|||
if comments:
|
||||
pull.create_review(body=review, comments=comments)
|
||||
else:
|
||||
pull.create_comment(body=review)
|
||||
pull.create_issue_comment(body=review)
|
||||
except Exception as e:
|
||||
print(f"Error posting review: {e}")
|
||||
exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue