Rerequest a check run
Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the check_run webhook event with the action rerequested. When a check run is rerequested, its status is reset to queued and the conclusion is cleared.
To rerequest a check run, you must use a GitHub App with the checks:read permission on a private repository or pull access to a public repository. OAuth apps and authenticated users are not able to rerequest a check run.
For more information about how to re-run GitHub Actions jobs, see "Re-run a job from a workflow run".
Path parameters
The account owner of the repository. The name is not case sensitive.
The name of the repository without the .git extension. The name is not case sensitive.
The unique identifier of the check run.
Response
Response
An object without any properties.