aaronsteers/TK-TODO Check Action
Set blocking TODO markers (`TK-TODO`) that must be resolved before merge.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 20, 2026
- License
- MIT
Pinned Snippet
uses: aaronsteers/tk-todo-check-action@76cd8dbb434bc93c7898ebdf43eff6105ca186ac # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| fail-on-found | Whether to fail the action if TK-TODO markers are found (default: true) | no | true |
| exclude-patterns | Glob patterns to exclude from the check (space-separated, e.g., '*.md docs/*') | no | "" |
Outputs
| name | description |
|---|---|
| found-count | Number of TK-TODO markers found |
| found-markers | List of found TK-TODO markers (file:line format) |