When running the workflow manually with importAll I noticed only issues with the keyword TODO, not todo were created, while I have the property caseSensitive: false set.
Taking a quick look at the code I think it's because when listing all the files only the files containing the exact keyword are returned:
https://github.com/Juulsn/todo-issue/blob/main/src/AllImporter.ts#L13C76-L13C89
When running the workflow manually with importAll I noticed only issues with the keyword TODO, not todo were created, while I have the property
caseSensitive: falseset.Taking a quick look at the code I think it's because when listing all the files only the files containing the exact keyword are returned:
https://github.com/Juulsn/todo-issue/blob/main/src/AllImporter.ts#L13C76-L13C89