MetricsGrimoire / Bicho

Bicho is a command line based tool used to parse bug/issue tracking systems
http://metricsgrimoire.github.com/Bicho/
GNU General Public License v2.0
71 stars 31 forks source link

Issue labels #162

Open iganchevup8 opened 8 years ago

iganchevup8 commented 8 years ago

This code fixes #154. All the labels are retrieved (instead of only the first one in current master) and then are saved in a coma separated list into the 'labels' column of 'issues_ext_github' table (instead of 'bug_type' column of 'issues' table).

Tested with the Logstash repository and it gets no errors. Please review and comment.

cachedout commented 5 years ago

This has been open for quite some time. Is it possible to get it reviewed and merged? : ) Thanks!

jgbarah commented 5 years ago

Bicho is (AFAIK) no longer maintained. Many of us that used MetricsGrimoire / Bicho have moved to GrimoireLab, which in many senses is the next generation of it.

In any case, I'm pinging @sduenas just in case he finds some spare cycles to consider this pull request.

Thanks!

cachedout commented 5 years ago

Thanks for the update, @iganchevup8. Much appreciated.