Skip to content

waitForChecks

waitForChecks(ref, options?): Promise<{ failed: string[]; passing: boolean; }>

Defined in: octokit.ts:982

Wait for checks to complete and return status

string

number

number

Promise<{ failed: string[]; passing: boolean; }>