diff --git a/whitelist.go b/whitelist.go index 731b7d4..ec7be57 100644 --- a/whitelist.go +++ b/whitelist.go @@ -14,9 +14,9 @@ func initWhitelist() { if repo.String() == "go.wit.com/apps/guireleaser" { release.whitelist[repo.String()] = repo } - if repo.String() == "go.wit.com/lib/gui/repostatus" { - release.whitelist[repo.String()] = repo - } + // if repo.String() == "go.wit.com/lib/gui/repostatus" { + // release.whitelist[repo.String()] = repo + // } } }