rcbops / gh2

A tool to transmogrify GitHub issues to any desired output
Other
3 stars 4 forks source link

add ability to get issues from multiple repos #13

Closed mancdaz closed 7 years ago

mancdaz commented 7 years ago
mancdaz commented 7 years ago

Thanks for the review @git-harry - changes made and ready for review again

mancdaz commented 7 years ago

ok @git-harry I've made it so that we only get, and pass around, a set of label names. The appropriate adjustments have been made in the places where a list of label objects were expected.

git-harry commented 7 years ago

Looks to work okay. I gave the output a quick test in the graphing tool and it didn't seem to be affected by the duplicate IDs so I think this is ready.

mancdaz commented 7 years ago

Thanks @git-harry