lgtm

package
v0.0.0-...-191e092 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ActionStrCreateMergeRequestNote      = "CreateNote"
	ActionStrCreateMergeRequest          = "CreateMergeRequest"
	ConditionStrCantBeMerged             = "MergeRequest.MergeStatus=cannot_be_merged"
	ConditionStrWorkInProgress           = "MergeRequest.WorkInProgress=true"
	ConditionStrState                    = "MergeRequest.State=closed"
	ConditionStrAuthorAndWantLGTM        = "isAuthor&&wantLGTM"
	ConditionsStrIsNotAproverAndWantLGTM = "!isApprover&&wantLGTM"
	ConditionsStrAllOK                   = "AllOK"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type LGTMError

type LGTMError struct {
	Repo      string
	Group     string
	User      string
	Action    string
	Condition string
	Result    error
}

LGTMError is an error struct which implements the error interface

func (LGTMError) Error

func (e LGTMError) Error() string

Jump to

Keyboard shortcuts

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