Skip to content

Releases: VeVarunSharma/todo-issueops

v1.0.4 - First Initial Release

19 Oct 19:38

Choose a tag to compare

Release Notes

We're excited to announce the first official release of TODO IssueOps! This GitHub Action helps you automatically manage issues from TODO comments directly in your code, ensuring you never lose track of pending tasks again.

✨ Key Features

  • Automatic TODO Detection: Scans your code for new or removed TODO, FIXME, and other custom keywords on every push.
  • Automated Issue Management: Creates a GitHub issue for each new TODO and automatically closes the corresponding issue when the TODO comment is removed.
  • Duplicate Prevention: Uses SHA-256 fingerprinting to prevent creating duplicate issues for the same TODO.
  • Highly Customizable: Configure the action with custom keywords, labels, and issue assignees to fit your team's workflow.