When processing a comment where there is no task associated, we should not fail the workflow. If coder.findTaskByName returns null, we should set located to null in src/workflows/steps/comment.ts and then abort the rest of the workflow.
That way we don't have to see errors on what is otherwise benign behavior.
When processing a comment where there is no task associated, we should not fail the workflow. If
coder.findTaskByNamereturns null, we should setlocatedto null insrc/workflows/steps/comment.tsand then abort the rest of the workflow.That way we don't have to see errors on what is otherwise benign behavior.