We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255bf74 commit f290956Copy full SHA for f290956
plugins/auto_merge/auto_merge.go
@@ -33,6 +33,7 @@ func (plugin *AutoMergePlugin) Name() string {
33
34
func (plugin *AutoMergePlugin) Execute(project *gitlab.Project, config config.ProjectConfig) {
35
log := utils.Logger(project, nil)
36
+ plugin.loadedConfig = &autoMergeConfig.AutoMergeConfig{}
37
err := json.Unmarshal(config.Plugins[plugin.Name()], &plugin.loadedConfig)
38
if err != nil {
39
log.Error("Can't load config", err)
0 commit comments