dtinth / todo-actions

Turn TODO in source code into issues and close them when they are gone. Runs on GitHub Actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isolate error when completing tasks

github-actions opened this issue · comments

Failure to complete a task should not prevent the action from progressing forward.
We can simply skip processing this task for now.
Since this script is designed to be idempotent, it can be retried later.


This issue has been automatically created by todo-actions based on a TODO comment found in src/TaskUpdater.ts:90. It will automatically be closed when the TODO comment is removed from the default branch (master).