package current_github

  1. Overview
  2. Docs
type t

The commit ID, which can be used to fetch it.

val set_status : t Current.t -> string -> Status.t Current.t -> unit Current.t

set_status commit context status sets the status of commit/context to status.

val owner_name : t -> string

owner_name t is the "owner/name" string identifying the repository.

val repo_id : t -> Repo_id.t

Like owner_name, but as a Repo_id.t.

val hash : t -> string

hash t is the Git commit hash of t.

val pp : t Fmt.t