alstr / todo-to-issue-action

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

Weird brackets on PR title #67

Closed milewski closed 3 years ago

milewski commented 3 years ago

Hi, just passing by to report an issue with the title parser

image

alstr commented 3 years ago

Thanks for the report. I was able to replicate this. The problem was that the parentheses in the TODO text was causing the parser to think that this was a reference to prepend to the issue title in square brackets as described here. Hopefully it should work now but if it happens again do let me know. Apologies for the inconvenience. You should be able to manually update the title of that issue without any problems.