pub async fn repos_slash_create_commit_status(
configuration: &Configuration,
owner: &str,
repo: &str,
sha: &str,
repos_create_commit_status_request: ReposCreateCommitStatusRequest,
) -> Result<Status, Error<ReposSlashCreateCommitStatusError>>
Expand description
Users with push access in a repository can create commit statuses for a given SHA. Note: there is a limit of 1000 statuses per sha
and context
within a repository. Attempts to create more than 1000 statuses will result in a validation error.