Sha256: b8083df2f077dc45150ec7addae05a945a4ec9f12a62be539e4d14ba4a8e4132
Contents?: true
Size: 316 Bytes
Versions: 9
Compression:
Stored size: 316 Bytes
Contents
# frozen_string_literal: true module OctokitCheckRuns def check_runs(repo, sha, options = {}) paginate("#{Octokit::Repository.path(repo)}/commits/#{sha}/check-runs", options.reverse_merge( accept: 'application/vnd.github.antiope-preview+json', )) end end Octokit::Client.include(OctokitCheckRuns)
Version data entries
9 entries across 9 versions & 1 rubygems