diff options
| author | Jeff Carr <[email protected]> | 2024-11-05 04:46:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-05 04:46:59 -0600 |
| commit | c79cdb30076a2a9a5093409886db8913f224c230 (patch) | |
| tree | 7101f63b779d2a00b54cf5597831de57cc057e05 /releaseBox.go | |
| parent | e9a24fe0db10b97756afca3ec85f284ce9659710 (diff) | |
generates the go.wit.com file easily
Signed-off-by: Jeff Carr <[email protected]>
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 |
