summaryrefslogtreecommitdiff
path: root/scanIterator.go
diff options
context:
space:
mode:
Diffstat (limited to 'scanIterator.go')
-rw-r--r--scanIterator.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/scanIterator.go b/scanIterator.go
index 482d16d..b021195 100644
--- a/scanIterator.go
+++ b/scanIterator.go
@@ -127,6 +127,9 @@ func (r *RepoList) selectUnmergedRepos() []*RepoRow {
if repo.State() == "PERFECT" {
continue
}
+ if repo.Status.Whitelist {
+ continue
+ }
if repo.Status.IsReleased() {
continue
}