The script actually keeps running but no milestone object is assigned. Currenty PyGithub can fetch existing milestones using repository.get_milestone(number) maybe find a way for the script to extract the existing object instead of skipping silently.
The script actually keeps running but no milestone object is assigned. Currenty PyGithub can fetch existing milestones using
repository.get_milestone(number)maybe find a way for the script to extract the existing object instead of skipping silently.