We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1f798 commit 272ee8dCopy full SHA for 272ee8d
1 file changed
script.py
@@ -47,10 +47,8 @@
47
print(f"Issue: {issue.title}")
48
print("body: <<<", issue.body, ">>>")
49
50
- print(issue)
51
comments = list(issue.get_comments()).reverse()
52
comments = issue.get_comments()
53
- print(comments.totalCount)
54
if comments.totalCount > 0:
55
# reverse iterate over comments
56
for i in range(comments.totalCount - 1, -1, -1):
0 commit comments