Skip to content

PR Todo Checker V1.0.0

Compare
Choose a tag to compare
@rehlma rehlma released this 30 Apr 15:36
· 22 commits to main since this release

This GitHub Action scans your code for Todos, adds review comments, and creates a commit status based on the discovered Todos. It offers an effective means to stay organized and track tasks that require attention within your codebase.

Features V1

  • exclude: (optional) A list of glob patterns to exclude from the search.
  • comment_on_todo: (optional) Whether to comment on the PR with the Todos
    found. Default is true.
  • comment_body: (optional) The body of the comment to post on the PR. Use
    {todo} to insert the Todo content.
  • comment_checkbox: (optional) The text to use for the checkbox in the
    comment. Use {todo} to insert the Todo content