diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-23 02:13:36 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-23 02:13:36 +0100 |
commit | 55695eda39b4bc2e5f7915484eb99c9bfe1edae6 (patch) | |
tree | 5dd527f1b17d0a821401b0a53442e7bc82a74de0 /etc/tool | |
parent | Add PerplexityLabs Provider (diff) | |
download | gpt4free-55695eda39b4bc2e5f7915484eb99c9bfe1edae6.tar gpt4free-55695eda39b4bc2e5f7915484eb99c9bfe1edae6.tar.gz gpt4free-55695eda39b4bc2e5f7915484eb99c9bfe1edae6.tar.bz2 gpt4free-55695eda39b4bc2e5f7915484eb99c9bfe1edae6.tar.lz gpt4free-55695eda39b4bc2e5f7915484eb99c9bfe1edae6.tar.xz gpt4free-55695eda39b4bc2e5f7915484eb99c9bfe1edae6.tar.zst gpt4free-55695eda39b4bc2e5f7915484eb99c9bfe1edae6.zip |
Diffstat (limited to 'etc/tool')
-rw-r--r-- | etc/tool/copilot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tool/copilot.py b/etc/tool/copilot.py index def3599e..003daf58 100644 --- a/etc/tool/copilot.py +++ b/etc/tool/copilot.py @@ -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) |