Current_github.Installation
Installation of a GitHub application.
val account : t -> string
The GitHub account name (organisation or owner) for this installation.
val pp : t Fmt.t
The GitHub account that installed the app.
val repositories :
?include_archived:bool ->
t Current.t ->
Api.Repo.t list Current.t
repositories t
evaluates to the list of repositories which the user configured for this installation.