Skip to content

Application

Todo PR Checker

Do you keep forgetting to resolve that one // TODO:... or fix the last # Bug... before merging your Pull Requests?

The Todo PR Checker will make sure that doesn't happen anymore. The app checks all changes in your open Pull Requests for remaining Todo, Fixme etc. action items in code comments and leaves a comment on the PR with embedded code snippets to any items that were found.

This list will update whenever new changes are pushed, so you always know exactly how much work is left.

The app supports a wide array of programming languages and action items, not limited to the small selection that can be featured in this marketplace listing. You can find a full list of supported action items and languages in the project's GitHub repository.

Should you find that your language of choice or action item is not supported, you are able to add them yourself by defining them in the .github/config.yml file in your repository. To configure options, add a todo-pr-checker key at the top-level of your configuration file, and add your desired options:

todo-pr-checker:
  post_comment: true
  ignore_files: ['testFolder/', '*.js']
  (...)

For a full list of options available to you, please refer to the project readme.

The app will leave a detailed comment if any unresolved action items are found in the Pull Request changes. Direct permalinks allow for quick triage.

Pricing and setup

Todo PR Checker logo preview
Todo PR Checker

It's Free!

Todo PR Checker is free for personal use

For personal accounts only

  • Live Pull Request updates
  • All languages
  • Embedded links to action items
  • Extensive customization options

Next: Confirm your installation location.

Todo PR Checker is provided by a third-party and is governed by separate privacy policy and support documentation.