alstr / todo-to-issue-action

Action that converts TODO comments to GitHub issues on push.
MIT License
605 stars 115 forks source link

Add support for MDX comments and GFM checkbox TODOs #116

Closed tefkah closed 2 years ago

tefkah commented 2 years ago

This PR adds support for the following two TODO styles for .md and .mdx files

{/* TODO: Add support for MDX comments as HTML comments are not supported */} 
- [ ] TODO: Checkboxes!

Should work, see tests.

alstr commented 2 years ago

Thanks for the contribution!