Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminBypass ¶ added in v1.2.0
type Config ¶
type Config struct {
MaxReviews *int `toml:"max_reviews"`
MinReviews *int `toml:"min_reviews"`
UnskippableReviewers []string `toml:"unskippable_reviewers"`
Ignore []string `toml:"ignore"`
Enforcement *Enforcement `toml:"enforcement"`
HighPriorityLabels []string `toml:"high_priority_labels"`
AdminBypass *AdminBypass `toml:"admin_bypass"`
}
func ReadConfig ¶
type Enforcement ¶
Click to show internal directories.
Click to hide internal directories.