actions / labeler

An action for automatically labelling pull requests
MIT License
1.99k stars 419 forks source link

Parse sync-labels with getBooleanInput #674

Closed jnewb1 closed 1 year ago

jnewb1 commented 1 year ago

seems to be the same issue as "dot", where it wasn't parsing the boolean input correctly. caused the labeler to delete manual labels even though it should default to sync-labels as false. Tests also weren't catching it because it uses a boolean directly instead of going through the string to boolean conversion logic

seems like this was already fixed once but somehow got reverted? https://github.com/actions/labeler/pull/574

ah, I see it was moved to v5