yuto-trd/Find TODOs in pull requests

A GitHub Action to find TODOs in pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathThe path to search for TODOs.no["*.cs","*.js","*.jsx","*.ts","*.tsx","*.css","*.scss","*.sass"]
commitThe commit to compare the current commit to.no${{ github.event.pull_request.base.ref }}
single_line_commentThe regex pattern to match single-line comments.no\/\/.*
multi_line_comment_startThe regex pattern to match the start of a multi-line comment.no\/\*
multi_line_comment_endThe regex pattern to match the end of a multi-line comment.no\*\/
regexThe regex pattern to match the keywords.noTODO
namedescription
tasks
tasks_count