todo-to-issue-action icon indicating copy to clipboard operation
todo-to-issue-action copied to clipboard

Action that converts TODO comments to GitHub issues on push.

Results 37 todo-to-issue-action issues
Sort by recently updated
recently updated
newest added

In an ABAP test report I use the following line to specify a TODO: ##FIX " Fix wrong number (0001 > 0003) "assignees: mraht This generates the following issues: ![image](https://github.com/alstr/todo-to-issue-action/assets/99023738/4689fa47-e167-480b-92ca-6544da9ec6c1)...

Got this mesage when running against my repo ``` Could not check cuda/msm/msm.cu for TODOs as this language is not yet supported by default. ``` Thanks!

add language

As highlighted in #163, in some cases a file extension may be associated with multiple languages in `languages.yml`, e.g. `.cls`. At the moment, the action just finds the first one....

enhancement

Adds syntax for Visual Basic for Applications files exported from Office VBIDE

https://rescript-lang.org/docs/manual/latest/overview#comments - comments are the same as in javascript and typescript for ReScript

Currently todo-to-issue only supports assigning issues to an organization-level project, or a user-level one. This should allow the action to assign issues to projects that are localized to a repo...

I noticed that I could use some Markdown syntax in my comments and they would render correctly when the issue was created. I got excited about being able to do...

GitHub is sunsetting classic projects: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/

housekeeping