class PRComment::Tool

Defined in:

prcomment/tool.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : String, repo : String, issue : UInt64) #

[View source]

Instance Method Detail

def close : Nil #

[View source]
def create_comment(msg : String) : Nil #

[View source]
def my_comment(pattern : Regex) : JSON::Any | Nil #

[View source]
def post(msg : String, match = "") : Nil #

[View source]
def update_comment(comment_id, msg : String) : Nil #

[View source]