Skip to content

areAllChecksPassing

areAllChecksPassing(ref): Promise<{ failed: string[]; passing: boolean; pending: number; }>

Defined in: octokit.ts:935

Check if all checks are passing for a ref

string

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