Skip to content

Releases: phntmxyz/pr_todo_checker

PR Todo Checker V1.1.4

20 Nov 16:12
5d17d23
Compare
Choose a tag to compare

Bugfix: Add custom_ignore_matcher to action.yml

PR Todo Checker V1.1.3

20 Nov 14:55
c0adc82
Compare
Choose a tag to compare

Add custom_ignore_matcher to be able to ignore specific todos

PR Todo Checker V1.1.2

29 Oct 14:18
a0b3691
Compare
Choose a tag to compare

Support diff tags within the actual diff. Like @@ -109,9 +108,6 @@ class A extends B {

PR Todo Checker V1.1.1

29 Oct 11:16
059e66f
Compare
Choose a tag to compare

Fix issues where todos could not be parsed when multiple diffs were in one diff

PR Todo Checker V1.1.0

06 May 14:52
ceeb7ff
Compare
Choose a tag to compare

Add custom Todo matcher
custom_todo_matcher: "{'js': ['//', '/*'], 'py': ['#']}"

PR Todo Checker V1.0.0

30 Apr 15:36
Compare
Choose a tag to compare

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