class
Github::CheckRuns
- Github::CheckRuns
- Reference
- Object
Overview
GET /repos/:owner/:repo/commits/:ref/check-runs のレスポンス(issue #105)。
Included Modules
- JSON::Serializable
Defined in:
github/models.crConstant Summary
-
PASSING_CONCLUSIONS =
{"success", "neutral", "skipped"} -
ブロックしない conclusion。neutral / skipped は「実行された上で 通していい」結果なので成功側に含める。