Create script so existing milestones, labels, and issues can be updated. Currently, they are skipped. An if/else area has been added to git-mover.py to make room for this on Line 65.
Will utilize milestone.edit() found in the PyGithub library, most likely.