class Pronto::Github

def create_commit_status(status)

def create_commit_status(status)
  sha = pull_sha || status.sha
  @config.logger.log("Creating comment status on #{sha}")
  client.create_status(slug, sha, status.state,
                       context: status.context,
                       description: status.description)
end