Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GithubEventHeader is the header key used to describe a github event GithubEventHeader = "X-GitHub-Event" // PullRequestEvent is the header value for pull requests PullRequestEvent = "pull_request" // when a PR is closed ClosedAction = "closed" // when a PR is labeled LabeledAction = "labeled" // DocsLabel kicks off the controller when added to a PR DocsLabel = "docs-modifications" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.