Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GithubAccessTokenEnvVar is the env var name to use GithubAccessTokenEnvVar = "GITHUB_ACCESS_TOKEN" // OkToTestLabel is the github label for ok-to-test OkToTestLabel = "ok-to-test" // GithubOwner is the owner of the github repository GithubOwner = "kubernetes" // GithubRepo is the name of the github repository GithubRepo = "minikube" // BotName is the name of the minikube Pull Request bot BotName = "minikube-pr-bot" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client provides the context and client with necessary auth for interacting with the GitHub API
func (*Client) CommentOnPR ¶
CommentOnPR comments message on the PR
func (*Client) ListOpenPRsWithLabel ¶
ListOpenPRsWithLabel returns all open PRs with the specified label
Click to show internal directories.
Click to hide internal directories.