class Github::CheckRuns

Overview

GET /repos/:owner/:repo/commits/:ref/check-runs のレスポンス(issue #105)。

Included Modules

Defined in:

github/models.cr

Constant Summary

PASSING_CONCLUSIONS = {"success", "neutral", "skipped"}

ブロックしない conclusion。neutral / skipped は「実行された上で 通していい」結果なので成功側に含める。

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def check_runs : Array(CheckRun) #

[View source]
def checks_state : ChecksState #

[View source]