lib/octopolo/github.rb in octopolo-0.0.2 vs lib/octopolo/github.rb in octopolo-0.1.0

- old
+ new

@@ -84,9 +84,21 @@ def self.excluded_users ["tst-octopolo"] end + def self.labels *args + client.labels *args + end + + def self.add_label *args + client.add_label *args + end + + def self.add_labels_to_pull *args + client.add_labels_to_an_issue *args + end + # now that you've set up your credentials, try again TryAgain = Class.new(StandardError) # the credentials you've entered are bad BadCredentials = Class.new(StandardError) end