sjfrhafe/github-todo
Find todos in your codebase
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| todo-keyword | The keyword to look for in your codebase | no | todo |
| comment-style | Comma separated list of comment styles to look for todos in. | no | //, #, /*, *, */ |
| flavor | The flavor of markdown to use for the output. [markdown, slack] | no | markdown |
| github-token | The GitHub token to use for authentication | yes | — |
Outputs
| name | description |
|---|---|
| code-snippets | The code comment snippets that contain the todo keyword |