In some cases (e.g. restoring state for functional tests with sanboxed GitHub project) it could be needed to reopen already closed milestone. Unfortunately currently there is only a close() method on GHMilestone and as a workaround a private method edit() has to be used.
In some cases (e.g. restoring state for functional tests with sanboxed GitHub project) it could be needed to reopen already closed milestone. Unfortunately currently there is only a
close()method onGHMilestoneand as a workaround a private methodedit()has to be used.