Module: Octokit::Client::CommitPulls
- Included in:
- Octokit::Client
- Defined in:
- lib/octokit/client/commit_pulls.rb
Overview
Methods for the Commit Pulls API
Instance Method Summary collapse
-
#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
15 16 17 |
# File 'lib/octokit/client/commit_pulls.rb', line 15 def commit_pulls(repo, sha, = {}) paginate "#{Repository.path repo}/commits/#{sha}/pulls", end |