pub async fn actions_slash_approve_workflow_run(
configuration: &Configuration,
owner: &str,
repo: &str,
run_id: i32,
) -> Result<Value, Error<ActionsSlashApproveWorkflowRunError>>
Expand description
Approves a workflow run for a pull request from a public fork of a first time contributor. For more information, see "Approving workflow runs from public forks." OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.