alstr / todo-to-issue-action

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

add zig language support #186

Closed hasanpasha closed 1 month ago

alstr commented 5 months ago

Thanks for the contribution; would you be able to add some tests?

hasanpasha commented 4 months ago

Hey @alstr, sorry for the delayed response. I have added some tests, but they all failed for some reason, despite having everything in place. Can you please review them?

alstr commented 4 months ago

Because the ace_mode of Zig is text (see here), you should update the text tests rather than add new ones for zig.

alstr commented 1 month ago

Closing due to inactivity but feel free to update.