We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26e471 commit 48fafe0Copy full SHA for 48fafe0
main.py
@@ -146,7 +146,7 @@ def add_pr_comments() -> int:
146
else:
147
# No matching comments, create a new one
148
print(f"Creating a new comment on PR #{pr_number}.")
149
- pull_request.create_issue_comment(body=pr_comments)
+ pull_request.create_comment(body=pr_comments)
150
151
return 0 if result_text is None else 1
152
except Exception as e:
0 commit comments