Versions in this module Expand all Collapse all v0 v0.1.0 Feb 17, 2022 Changes in this version + func Execute() + func UnifyLabels(repo string, githubClient *github.Client, fix bool) + type BranchProtectionProblemHandler interface + type BranchProtectionVerifier struct + func (verifier BranchProtectionVerifier) CheckIfBranchProtectionIsApplied(fix bool) + type DryRunLabelModifier struct + type FixBranchProtectionProblemHandler struct + type FixRepoProblemHandler struct + type FixWebHookProblemHandler struct + type JobDescriptionInt struct + Name *string + Strategy *strategyDescriptionInt + type LabelDesc struct + type LablesModifier interface + type LogBranchProtectionProblemHandler struct + type LogRepoProblemHandler struct + type LogWebHookProblemHandler struct + type RealLabelModifier struct + type RepoProblemHandler interface + type RepoSettingsVerifier struct + func (verifier *RepoSettingsVerifier) VerifyRepoSettings(fix bool) + type Secrets struct + func ReadSecretsFromYaml(yamlFile string) *Secrets + type ValidationError struct + func (validationError ValidationError) Error() string + type WebHookProblemHandler interface + type WebHookVerifier struct + func (verifier *WebHookVerifier) VerifyWebHooks(fix bool) + type WorkflowDefinitionParser struct + func (parser WorkflowDefinitionParser) ParseWorkflowDefinition(content string) (*workflowDefinition, error)