Method: CIRunner::Client::Github#commit_statuses
- Defined in:
- lib/ci_runner/client/github.rb
#commit_statuses(repository, commit) ⇒ Hash
Makes an API request to get the Commit statuses for the commit.
45 46 47 |
# File 'lib/ci_runner/client/github.rb', line 45 def commit_statuses(repository, commit) get("/repos/#{repository}/commits/#{commit}/statuses") end |