gkampitakis/github-action-todo-commenter
Parses pull request files based on tags and creates a comment with a task list
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github Token for Github API requests. | yes | — |
| review-message | [String] You can specify a message at the end of the comment. It will tag the creator of pull request. | no | — |
| tags | [String comma separate] Keywords that the parser will try to identify for creating comments. Default tags are TODO:,FIXME:,BUG: | no | — |
| ignore-pattern | [Regex] Regex used for filtering files out from parsing. | no | — |
| comment-title | [String] The title of the comment. Default value is Todo Commenter. | no | — |
Outputs
no outputs