Skip to content

Conversation

@jwarby
Copy link

@jwarby jwarby commented Jul 1, 2024

This allows users to add reactions to an existing comment without having to provide a message input. At the moment, trying to do this will fail because the API call to issues.updateComment fails if no body (message) param is provided.

This should allow things like this to work:

- uses: thollander/actions-comment-pull-request@v1
  with:
    comment_tag: foo
    reactions: eyes

…ding `message`

Skip issues.updateComment call if no message was provided.
@jwarby jwarby force-pushed the fix/allow-comment-reactions-without-message branch from e06e959 to 28b1532 Compare July 5, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant