Summary
If a user supplies a PAT tied to their account, the action's comments are not deleted because of this filtering:
|
comment.user.type === "Bot" && comment.body.indexOf(title) > -1, |
We should support the delete of non-bot created comments.
Related