jeffwidman / bitbucket-issue-migration

A small script for migrating repo issues from Bitbucket to GitHub
GNU General Public License v3.0
316 stars 95 forks source link

Ensure new labels do not contain commas #91

Closed ZoncaD closed 7 years ago

ZoncaD commented 7 years ago

Ran into an issue importing from a Bitbucket repo that had several components that included commas. GitHub does not allow commas in labels, so converting those components into GitHub labels failed and caused the script to stop.

jeffwidman commented 7 years ago

Looks great. Can you add a short code comment explaining why this replace is necessary? Just say something like # Labels with commas are supported by Bitbucket but not by Github

ZoncaD commented 7 years ago

Alright, done. That work?

jeffwidman commented 7 years ago

Perfect, thanks!