thegrowthexponent/TODO→ISSUE
Automatically convert TODO, FIXME, HACK, SECURITY, BUG, and XXX comments into GitHub Issues with rich metadata and priority classification.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for authentication (use secrets.GITHUB_TOKEN) | yes | — |
| config_path | Optional path to .todo-issue.yml config file | no | .todo-issue.yml |
Outputs
| name | description |
|---|---|
| issues_created | Number of new issues created |
| issues_updated | Number of existing issues updated |
| issues_closed | Number of issues closed due to TODO removal |
| summary | Summary of the scan and issue sync process |
| setup_error | Error or instructions if repository is not properly configured (issues/milestones) |