gustrb/Todo Creeper
Identify as TODOs creep into a project's code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for API access | yes | ${{ github.token }} |
| threshold | Maximum number of TODOs allowed before action fails | no | 10 |
| exclude-patterns | Comma-separated patterns to exclude from TODO search | no | node_modules,dist,build,.git |
| create-issues | Whether to create GitHub issues for TODOs without associated issues | no | false |
| issue-labels | Comma-separated labels to apply to created issues | no | todo,enhancement |
Outputs
| name | description |
|---|---|
| todo-count | Total number of TODOs found |
| todo-files | Number of files containing TODOs |
| todo-details | Detailed TODO information |
| issues-created | Number of new issues created |
| issues-linked | Number of TODOs linked to existing issues |