stylusnexus/Todo Sync Flow
Converts TODO/FIXME/HACK comments into GitHub issues with full lifecycle: create, track, close.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token with issues:write and contents:write permissions | yes | — |
| extra_identifiers | JSON array of additional identifiers to detect. Each entry: { "name": "SRD-VIOLATION", "label": "compliance", "priority": "high" } Priority is optional, defaults to "normal". | no | [] |
| insert_urls | When true, commits the issue URL back into the TODO comment after creation | no | true |
| close_on_remove | When true, closes the linked GitHub issue when a TODO line is deleted | no | true |
| assignees | Comma-separated GitHub usernames to assign to created issues | no | "" |
| extra_labels | Comma-separated additional labels to apply to every created issue | no | "" |
| milestone | Milestone number (integer) to assign to created issues | no | "" |
| full_scan | Scan all files instead of just the diff. Creates issues for every unlinked TODO. | no | false |
Outputs
no outputs