github-exporter
github-exporter copied to clipboard
ORGS is not working
https://github.com/infinityworks/github-exporter/blob/284088c21e7d796e9b04674c1e2f00e73d9372e3/config/config.go#L52-L55
The first argument of strings.Split should be orgs instead of repos.
https://github.com/infinityworks/github-exporter/pull/75
Should be fixed by the above PR.