Documentation
¶
Overview ¶
Package issues deals with munging of github issues
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllMungers ¶
func GetAllMungers() []config.IssueMunger
GetAllMungers returns a slice of all registered mungers. This list is completely independant of the mungers selected at runtime in --pr-mungers. This is all possible mungers.
func MungeIssues ¶
func MungeIssues(config *config.MungeConfig) error
MungeIssues is the main function which asks that each munger be called for each Issue
func RegisterMunger ¶
func RegisterMunger(munger config.IssueMunger) error
RegisterMunger should be called in `init()` by each munger to make itself available by name
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.