Todo Tree Action
Version updated for https://github.com/alexandretrotel/todo-tree-action to version v1.0.2.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Todo Tree Action is a GitHub Action designed to automate the detection and management of TODO comments in pull requests. It scans modified files to identify new TODOs, FIXME, BUG, or custom tags, and posts a summarized report as a pull request comment. This action helps streamline code review by highlighting actionable items and potential issues, while offering capabilities such as configurable fail conditions, file filtering, and GitHub annotations for enhanced visibility.
Release notes
What’s Changed
- fix: bug chmod cannot access todo tree no such file or directory by @alexandretrotel in https://github.com/alexandretrotel/todo-tree-action/pull/2
New Contributors
- @alexandretrotel made their first contribution in https://github.com/alexandretrotel/todo-tree-action/pull/2
Full Changelog: https://github.com/alexandretrotel/todo-tree-action/compare/v1.0.1...v1.0.2