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.
pub fn get_commit_check_runs(
client: &GitHubClient,
owner: &str,
repo: &str,
git_ref: &str,
) -> Result<CheckRunsResponse>Fetch check runs for a specific commit ref.