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 55808d4 commit 6692160Copy full SHA for 6692160
main.py
@@ -129,7 +129,7 @@ def add_pr_comments() -> int:
129
if comment.body.startswith(SUCCESS_TITLE) or comment.body.startswith(
130
FAILURE_TITLE
131
):
132
- matching_comments.append(comment.body)
+ matching_comments.append(comment)
133
print(f"List all matching_comments:\n{matching_comments}")
134
if matching_comments:
135
last_comment = matching_comments[-1]
0 commit comments