scala / scabot

Scala's PR&CI automation bot
Apache License 2.0
14 stars 14 forks source link

Scabot stopped assigning milestones to PRs #51

Closed SethTisue closed 9 years ago

SethTisue commented 9 years ago

the problem started 3 days ago. noticed by @retronym

(I have since gone and manually assigned milestones to all recent PRs. that will need to be done again once a fix is in.)

SethTisue commented 9 years ago

temporarily fixed by making sure all open milestones in the scala/scala repo had non-empty descriptions. the GitHub API was returning null instead of "", causing JSON unmarshalling to blow up. https://github.com/scala/scala/pull/4768 shows that the temporary fix worked.

I'll submit a separate PR with a more permanent fix.

adriaanm commented 9 years ago

:cake: !