Sha256: 787afee93e706272a438570635ae6fa5af7f670ed53dd0be1085b18d736a9f2b
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true module OctokitCheckRuns def check_runs(repo, sha, options = {}) paginate("#{Octokit::Repository.path(repo)}/commits/#{sha}/check-runs", options) end end Octokit::Client.include(OctokitCheckRuns)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shipit-engine-0.39.0 | lib/shipit/octokit_check_runs.rb |