package current_github

  1. Overview
  2. Docs
type nonrec t = t * Repo_id.t
val id : t -> Repo_id.t
val pp : t Fmt.t
val ci_refs : t Current.t -> Commit.t list Current.t

ci_refs t evaluates to the list of branches and open PRs in t.

val head_commit : t Current.t -> Commit.t Current.t

head_commit t evaluates to the commit at the head of the default branch in t.