Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigFilePath ¶ added in v0.4.0
func ConfigFilePath() string
func GitHubRemoteSource ¶ added in v0.4.0
func GitHubRemoteSource(config *Config) *remoteSource
Types ¶
type Config ¶
type Config struct {
GitHubRepoOwner string `yaml:"githubRepoOwner"`
GitHubRepoName string `yaml:"githubRepoName"`
RequireChecks bool `default:"true" yaml:"requireChecks"`
RequireApproval bool `default:"true" yaml:"requireApproval"`
ShowPRLink bool `default:"true" yaml:"showPRLink"`
CleanupRemoteBranch bool `default:"true" yaml:"cleanupRemoteBranch"`
}
Config object to hold spr configuration
Click to show internal directories.
Click to hide internal directories.