Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultReviewIssueLabel = "review" DefaultStoryImplementedLabel = "implemented" )
View Source
const Id = "github"
View Source
const LocalConfigTemplate = "# no additional config required"
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶ added in v0.14.0
func NewFactory() common.CodeReviewToolFactory
Types ¶
type Config ¶
func LoadConfig ¶
type GlobalConfig ¶
type GlobalConfig struct { GitHub struct { Token string `yaml:"token"` } `yaml:"github"` }
type LocalConfig ¶
Click to show internal directories.
Click to hide internal directories.