Function repo_create_status

Source
pub async fn repo_create_status(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    sha: &str,
    body: Option<CreateStatusOption>,
) -> Result<CommitStatus, Error<RepoCreateStatusError>>