alstr / todo-to-issue-action

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

Todos with multi-line bodies showing with spaces #156

Closed drkameleon closed 1 year ago

drkameleon commented 1 year ago

I've been using this action extensively. The problem is, when the TODO content body contains more than one line, the actual issue being created looks a bit weird and not that good. Here's an example: https://github.com/arturo-lang/arturo/issues/1122

Am I doing something wrong?

alstr commented 1 year ago

Set AUTO_P to false in your workflow file and that should sort it.

drkameleon commented 1 year ago

@alstr Awesome!!

I don't know how it's possible to have missed it, but... I did! Thanks a lot! 😉