jk1z / gitlab-release-note-generator

A Gitlab release note generator
MIT License
97 stars 37 forks source link

TypeError: issue.labels is not iterable #11

Closed BasicWolf closed 4 years ago

BasicWolf commented 4 years ago

Hello,

We are occasionally getting the following error: TypeError: issue.labels is not iterable. It's rather tricky, since the API returns an empty list for issues which have no labels, so iteration should not be a problem.

Do you by chance know what could cause this?

jk1z commented 4 years ago

I will be releasing a patch tomorrow to hopefully fix this

BasicWolf commented 4 years ago

Thank you!

jk1z commented 4 years ago

Please try 00freezy00/gitlab-release-note-generator:1.2.5 image

BasicWolf commented 4 years ago

Thank you very much! Works like a charm!

jk1z commented 4 years ago

No worries 😉