Tag Support
We're searching 100+ repositories and would like to be able to tag repos. Then we can restrict searches to repos with a given tag. Here's what I imagine the config could look like. Happy to give this a go, but would appreciate some input on where to get started.
"SomeGitRepo" : {
"url" : "https://www.github.com/YourOrganization/RepoOne.git",
"tags" : ["client-1", "ruby"]
}.
"SomeRubyRepo" : {
"url" : "https://www.github.com/YourOrganization/RepoOne.git",
"tags" : ["client-1", "objective-c"]
}
Started work on this in my fork. I'm not too sure of the best way to continue, (I'm very new to Go) and would appreciate suggestions.
We have the same problem (more than 100 repositories) so I suggested #102 before noticing this enhancement request. I would suggest using "labels" instead of "tags" as tags have special meaning in repositories.
Why is this closed?
Edit: Misread, #102 is closed.