Searched refs:comment_on_pr (Results 1 – 5 of 5) sorted by relevance
28 import comment_on_pr93 comment_on_pr.comment_on_pr('```\n%s\n```' % text)
33 import comment_on_pr155 comment_on_pr.comment_on_pr('```\n%s\n```' % text)
29 import comment_on_pr150 comment_on_pr.comment_on_pr('```\n%s\n```' % text)
36 import comment_on_pr167 comment_on_pr.comment_on_pr('```\n%s\n```' % text)
20 def comment_on_pr(text): function