pub async fn actions_slash_get_reviews_for_run(
configuration: &Configuration,
owner: &str,
repo: &str,
run_id: i32,
) -> Result<Vec<EnvironmentApprovals>, Error<ActionsSlashGetReviewsForRunError>>
Expand description
Anyone with read access to the repository can use this endpoint. OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint with a private repository.