Skip to content

Commit

Permalink
Merge pull request #44 from sacha-c/fix-project-config-compat
Browse files Browse the repository at this point in the history
fix: project config compatibility
  • Loading branch information
sacha-c authored Dec 30, 2024
2 parents db01ce0 + 0b1c5fe commit 62529b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/config/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ func GetProjectConfiguration(projectName string, dir string) (config ProjectConf
log.Info().Str("project", projectName).Msg("No project configuration found. Using default")
}

if config.SlackChannel != "" {
config.ReportToSlackChannel = config.SlackChannel
}

return
}

0 comments on commit 62529b5

Please sign in to comment.