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 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