v0.0.26 - Remove TODO tags on closed PRs (#319)
π Summary
Version 0.0.26
introduces automated label cleanup during merge events, improving repository organization and efficiency for developers. β¨
π Key Changes
- π Updated version from
0.0.25
to0.0.26
. - π Added functionality to remove "TODO" labels automatically after a pull request (PR) is merged using the new
remove_todos_on_merge()
method. - π οΈ Refactored core functions for better readability and maintainability, enabling scalable label management for future needs.
π― Purpose & Impact
- π Streamlined Workflows: Redundant "TODO" labels are automatically cleaned up post-merge, minimizing clutter and making tasks easier to track.
- π§ Improved Maintainability: The refactored code base ensures that additional labels can be handled consistently and efficiently, paving the way for future enhancements.
- β±οΈ Higher Efficiency: By automating this housekeeping step, developers can focus on core tasks without worrying about manual label updates.
Overall, this update simplifies repository maintenance and enhances productivity for contributors! π
What's Changed
- Remove TODO tags on closed PRs by @glenn-jocher in #319
Full Changelog: v0.0.25...v0.0.26