remove unused hasLabel import in unassign command#1258
Conversation
|
Hey @davin-core 👋 thanks for the PR! This comment updates automatically as you push changes -- think of it as your PR's live scoreboard! PR Checks✅ DCO Sign-off -- All commits have valid sign-offs. Nice work! ✅ GPG Signature -- All commits have verified GPG signatures. Locked and loaded! ✅ Merge Conflicts -- No merge conflicts detected. Smooth sailing! ✅ Issue Link -- Linked to #1255 (assigned to you). 🎉 All checks passed! Your PR is ready for review. Great job! |
51a1b68 to
3eb632e
Compare
Signed-off-by: Davin <dev.davicheanin@gmail.com>
3eb632e to
962ecc6
Compare
rwalworth
left a comment
There was a problem hiding this comment.
LGTM - the change is exactly right. Once we get an approval from @hiero-ledger/github-maintainers, we'll get this merged!
Congratulations on your first contribution to the Hiero C++ SDK, @davin-core! 🎉 Thank you for taking the time to contribute!
Remove unused hasLabel import from .github/scripts/commands/unassign.js to clean up the code and reduce confusion for new contributors.
Remove hasLabel from the destructured import at line 13
Preserve all other imports and existing logic
Fixes #1255