brandon-t/wait-for-check-run

Waits for a check-run to complete.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_tokenGitHub token or secretyes
check_namesA list of check-run names (formatted as a JSON array)yes
statusesA list of status types (formatted as a JSON array)no
conclusionsA list of conclusions that must be satisfied for the job to succeed (formatted as a JSON array)no
ownerRepository Ownerno
repoRepository Nameno
refCommit hash, tag, or branch nameno
timeoutTotal amount of time to wait for check-runs to be completed.no300
poll_intervalTime between requests (checks every `poll_interval` milliseconds for the check-run status).10
namedescription
resultJSON array of check-run information [{"id": 1234, "name": "build", "status": "completed|failed", "conclusion": "success|failure"}].
idsList of check-run IDs [1234, 5678].
namesList of check-run names ["check_name_1", "check_name_2"].
statusesList of check-run statuses ["in_progress", "completed", "queued"].
conclusionsList of checkrun conclusions ["cancelled", "success", "failure"].