gustrb/Todo Creeper

Identify as TODOs creep into a project's code

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub token for API accessyes${{ github.token }}
thresholdMaximum number of TODOs allowed before action failsno10
exclude-patternsComma-separated patterns to exclude from TODO searchnonode_modules,dist,build,.git
create-issuesWhether to create GitHub issues for TODOs without associated issuesnofalse
issue-labelsComma-separated labels to apply to created issuesnotodo,enhancement
namedescription
todo-countTotal number of TODOs found
todo-filesNumber of files containing TODOs
todo-detailsDetailed TODO information
issues-createdNumber of new issues created
issues-linkedNumber of TODOs linked to existing issues