ldez/gha-mjolnir

Maximum issue number is 32767

Closed this issue · 3 comments

If the issue you want to close is greater than 32767, it will just attempt to close issue number 32767 (see here). This is a problem for us because our issue numbers are now >36000.

mjolnir:
2024/01/30 10:58:00 strconv.ParseInt: parsing "36727": value out of range
 version     : 
 commit      : 
 build date  : 2024-01-30_10:57:56AM
 go version  : go1.19.3
 go compiler : gc
 platform    : linux/amd64
[Fixes #36727   #36727 ]
2024/01/30 10:58:00 PR #36765: closes issue #32767, add milestones 
2024/01/30 10:58:01 PR #36765: issue #32767, add comment: Closed by #36765.

This can probably be easily fixed by changing the issue type to explicitly use int32.

ldez commented

Fixed by 938bdc5

ldez commented

I created a release, you can use the tag v1.3.2.

Thank you for the report.

Thanks for fixing it so quickly. I'll update to the new tag now.