summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/scan.go b/scan.go
index a7b7d77..377ebb1 100644
--- a/scan.go
+++ b/scan.go
@@ -71,6 +71,9 @@ func (r *RepoRow) NewScan() int {
r.currentName.SetLabel(r.Status.GetCurrentBranchName())
r.currentVersion.SetLabel(r.Status.GetCurrentBranchVersion())
+ if r.State() == "merge to main" {
+ r.Hide()
+ }
if r.Status.GitState() == "PERFECT" {
r.Hide()
} else {