Method: CiToolkit::GithubPr#comment
- Defined in:
- lib/ci_toolkit/github_pr.rb
#comment(text) ⇒ Object
42 43 44 |
# File 'lib/ci_toolkit/github_pr.rb', line 42 def comment(text) client.add_comment(@repo_slug, @pr_number, text[0...65_500]) # github comment character limit is 65536 end |