types

package
v0.0.0-...-6877637 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2024 License: Apache-2.0 Imports: 0 Imported by: 5

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL