phntmxyz/PR Todo Checker
Find and comment on TODOs in pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | yes | — |
| exclude | Exclude file patterns. User list of globs separated by new line. | no | — |
| comment_on_todo | Comment on the TODO in the PR | no | true |
| comment_body | Comment body to use when a TODO is found. Use {todo} to insert the TODO message. | no | A new Todo was discovered. If it is not a priority right now,consider marking it for later attention. {todo} |
| comment_checkbox | Checkbox message to ignore the TODO. Use {todo} to insert the TODO message. | no | Ignore |
| enable_ignore_checkbox | Enable the ignore checkbox in TODO comments. When disabled, users should use GitHub's native "Resolve conversation" feature instead. | no | false |
| custom_todo_matcher | Add custom comment indicators for specific file types. Use JSON format.Example: {'js': ['//', '/*'], 'py': ['#']} | no | {} |
| custom_ignore_matcher | Add custom regex to ignore TODOs that match in the same line.Example: my-issue-website.com | no | — |
Outputs
no outputs