Module: Octokit::Client::CommitPulls
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/octokit/client/commit_pulls.rb |
Overview
Methods for the Commit Pulls API
Instance Method Summary
-
#commit_pulls(repo, sha, options = {}) ⇒ Array
List pulls for a single commit.
Instance Method Details
#commit_pulls(repo, sha, options = {}) ⇒ Array
List pulls for a single commit
# File 'lib/octokit/client/commit_pulls.rb', line 15
def commit_pulls(repo, sha, = {}) paginate "#{Repository.path repo}/commits/#{sha}/pulls", end