diff options
Diffstat (limited to 'releaseBox.go')
| -rw-r--r-- | releaseBox.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/releaseBox.go b/releaseBox.go index 398f782..a3e0849 100644 --- a/releaseBox.go +++ b/releaseBox.go @@ -277,6 +277,9 @@ func findNext() bool { if whitelist(repo.GoPath()) { continue } + if repo.Status.Whitelist { + continue + } if repo.ReadOnly() { // log.Info("findNext() skipping readonly") continue |
