package datakit-ci

  1. Overview
  2. Docs
val pp_sub : t Fmt.t

pp_sub t formats the PR or ref part as a branch name, without the repository information.

val parse_sub : repo:Datakit_github.Repo.t -> string -> t option

parse_sub ~repo s is the reverse of pp_sub.