blombard / move-to-next-iteration

Automatically move issues to next iteration
MIT License
30 stars 13 forks source link

Fix Issue #8 #9

Closed msimon closed 6 months ago

msimon commented 6 months ago

The core.getInput return a string of length 0 when the value isn't defined. Then ''.split(',') returns ['']

Finally your if (excludedStatuses?.length) { always return 1 if excluded-statuses isn't defined.