phntmxyz/PR Todo Checker

Find and comment on TODOs in pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub tokenyes
excludeExclude file patterns. User list of globs separated by new line.no
comment_on_todoComment on the TODO in the PRnotrue
comment_bodyComment body to use when a TODO is found. Use {todo} to insert the TODO message.noA new Todo was discovered. If it is not a priority right now,consider marking it for later attention. {todo}
comment_checkboxCheckbox message to ignore the TODO. Use {todo} to insert the TODO message.noIgnore
enable_ignore_checkboxEnable the ignore checkbox in TODO comments. When disabled, users should use GitHub's native "Resolve conversation" feature instead.nofalse
custom_todo_matcherAdd custom comment indicators for specific file types. Use JSON format.Example: {'js': ['//', '/*'], 'py': ['#']}no{}
custom_ignore_matcherAdd custom regex to ignore TODOs that match in the same line.Example: my-issue-website.comno

no outputs