From 418ecdc418a404521c626744ba0d0be6c90f0bfb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 1 Feb 2024 15:50:51 -0600 Subject: remove repostatus from whitelist Signed-off-by: Jeff Carr --- whitelist.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 + // } } } -- cgit v1.2.3