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

Fixes PR #79 wrong options and lacking assignment #86

Closed thor closed 7 years ago

thor commented 7 years ago

Again refers to the correct argparse option, skip, not start. Doesn't lack the push_respo assignment, which is necessary for the validation steps.

This is possibly due to the rebasing happening a little bit too quickly in #79, after having been dormant for such a long time. (I can vouch for these fixes in particular, as the migration didn't work without them per today, heh.)

jeffwidman commented 7 years ago

Great catches, thanks!