Todo PR Checker
Checks Pull Request changes for TODO style action items and reports them in a comment with embedded code snippets
About
Category
Supported languages
Shell, JavaScript, Python, Lua, Go, C#, Rust, TypeScript, Markdown, and SQL
From the developer
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.
Pricing and setup
Todo PR Checker is free for personal use
It's Free!
Todo PR Checker is free for personal use
- Live Pull Request updates
- All languages
- Embedded links to action items
- Extensive customization options
Todo PR Checker is provided by a third-party and is governed by separate privacy policy and support documentation