Skip to content

Commit 55808d4

Browse files
committed
Update print
1 parent ec82e09 commit 55808d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def add_pr_comments() -> int:
129129
if comment.body.startswith(SUCCESS_TITLE) or comment.body.startswith(
130130
FAILURE_TITLE
131131
):
132-
matching_comments.append(comment)
132+
matching_comments.append(comment.body)
133133
print(f"List all matching_comments:\n{matching_comments}")
134134
if matching_comments:
135135
last_comment = matching_comments[-1]

0 commit comments

Comments
 (0)