includable/PR TODO Comment
Lists TODO/FIXME statements added in a pull request as a sticky PR comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with `pull-requests: write` permission. | no | ${{ github.token }} |
| keywords | Comma-separated list of keywords to scan for (matched case-insensitively as whole words). | no | TODO,FIXME |
| comment-header | Heading shown at the top of the PR comment. | no | Code TODOs in this PR |
Outputs
| name | description |
|---|---|
| count | Number of TODO/FIXME lines found in the PR diff. |