class Pronto::Github
Public Instance Methods
add_labels_to_issue(labels)
click to toggle source
# File lib/pronto/monkey_patches/github.rb, line 3 def add_labels_to_issue(labels) client.add_labels_to_an_issue(slug, pull_id, labels) end