Skip to content

Bug: comments created by non-bot PATs do not get deleted #312

@patheard

Description

@patheard

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions