Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTrustedAuthors = map[string]bool{ "renovate[bot]": true, "dependabot[bot]": true, }
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
Client *github.Client
DryRun bool
MergeAutoMerge bool
Login string
TrustedAuthors map[string]bool
// MergeMaxRetries is the maximum number of merge attempts when the base
// branch is modified between fetch and merge. Zero uses the default (3).
MergeMaxRetries int
// MergeRetryWait is the base wait duration between merge retries.
// Zero uses the default (10s). Actual wait = base * attempt number.
MergeRetryWait time.Duration
}
func NewProcessor ¶
Click to show internal directories.
Click to hide internal directories.