Skip to content

Commit 9cd85be

Browse files
committed
Print coment body
1 parent e66c622 commit 9cd85be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def add_pr_comments() -> int:
125125
last_comment = None
126126

127127
for comment in comments:
128+
print(f"List comment: \n ${comment.body}")
128129
if comment.body.startswith(SUCCESS_TITLE) or comment.body.startswith(
129130
FAILURE_TITLE
130131
):

0 commit comments

Comments
 (0)