Skip to main content

get_commit_check_runs

Function get_commit_check_runs 

Source
pub fn get_commit_check_runs(
    client: &GitHubClient,
    owner: &str,
    repo: &str,
    git_ref: &str,
) -> Result<CheckRunsResponse>
Expand description

Fetch check runs for a specific commit ref.