Documentation ¶
Overview ¶
Package types stores types used by all git clients
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullRequestMergeType ¶
type PullRequestMergeType string
PullRequestMergeType enumerates the types of merges used by Prow for either GitHub or Gerrit API
const ( MergeMerge PullRequestMergeType = "merge" MergeRebase PullRequestMergeType = "rebase" MergeSquash PullRequestMergeType = "squash" MergeIfNecessary PullRequestMergeType = "ifNecessary" )
Possible types of merges for the GitHub merge API
Click to show internal directories.
Click to hide internal directories.