Compare commits

...

2 Commits

Author SHA1 Message Date
3d3b4f29b9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	main.go
2025-08-31 13:24:28 +03:00
f8d181ed6d Исправление путей для repo
Добавление возможности работать с несколькими репозиториями
2025-08-31 13:23:50 +03:00

View File

@@ -198,7 +198,7 @@ func main() {
log.Fatal("Error parsing repository from plugin").Str("file", starFile).Err(err).Send() log.Fatal("Error parsing repository from plugin").Str("file", starFile).Err(err).Send()
} }
if repoName == "" { if repoName == "" {
log.Fatal("Plugin must specify repository").Str("file", starFile).Msg("Add '# Repository: repo-name' comment at the top") log.Fatal("Plugin must specify repository").Str("file", starFile).Str("hint", "Add '# Repository: repo-name' comment at the top").Send()
} }
// Проверяем, что указанный репозиторий существует в конфигурации // Проверяем, что указанный репозиторий существует в конфигурации