pkg

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: AGPL-3.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoHostsConfigured = errors.New("no hosts configured")
)

Functions

func ExecuteRun

func ExecuteRun(opts options.Opts, taskFiles []string) error

Types

type ApplyResult

type ApplyResult int
const (
	ApplyResultUnknown ApplyResult = iota
	ApplyResultAutoMergeTooEarly
	ApplyResultBranchModified
	ApplyResultChecksFailed
	ApplyResultConflict
	ApplyResultNoChanges
	ApplyResultPrCreated
	ApplyResultPrClosedBefore
	ApplyResultPrClosed
	ApplyResultPrMergedBefore
	ApplyResultPrMerged
	ApplyResultPrOpen
)

type TryRunner

type TryRunner struct {
	// contains filtered or unexported fields
}

func NewTryRunner

func NewTryRunner(opts options.Opts, dataDir string, repositoryName string, taskFile string, taskName string) (*TryRunner, error)

func (*TryRunner) Run

func (r *TryRunner) Run() error

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

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