Lines Matching defs:comment
66 comment: dict = None
112 for comment in pr.as_issue().get_comments():
113 if self.comment_tag in comment.body:
114 return comment
130 self.comment = {"body": comment_text}
132 self.comment["id"] = existing_comment.id
446 if fmt.comment:
447 comments.append(fmt.comment)
492 "--write-comment-to-file",
494 help="Don't post comments on the PR, instead write the comments and metadata a file called 'comment'",
508 if fmt.comment:
509 comments.append(fmt.comment)