Skip to content

Commit 0b1c5fe

Browse files
committed
fix: project config compatibility
1 parent 2edd476 commit 0b1c5fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/config/project.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@ func GetProjectConfiguration(projectName string, dir string) (config ProjectConf
2929
log.Info().Str("project", projectName).Msg("No project configuration found. Using default")
3030
}
3131

32+
if config.SlackChannel != "" {
33+
config.ReportToSlackChannel = config.SlackChannel
34+
}
35+
3236
return
3337
}

0 commit comments

Comments
 (0)