Represents selected properties of the octokit object from the Probot context.
octokit
type LogusOctokit = Pick<Context["octokit"], "graphql" | "rest" | "config" | "pulls" | "repos">
Represents selected properties of the
octokitobject from the Probot context.