actions-marketplace-validations/github-action-todo-commenter

Parses pull request files based on tags and creates a comment with a task list

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 8, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/gkampitakis_github-action-todo-commenter@2f1c032cecb466ca4676ad3e1042b5fd98625707 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenGithub 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

no outputs