github-api
github-api copied to clipboard
how to use issuePayload.getIssue().deleteReaction?
how is issuePayload.getIssue().deleteReaction intended to be used when its not possible to create a GHReaction with bot nor user + reaction as parameter?
Not pretty but I think that's the best you can do: https://github.com/quarkusio/conversational-release-action/blob/3c6befcf4836bf9833ac0b488cf8d79cccb8958b/src/main/java/io/quarkus/bot/release/ReleaseAction.java#L318-L327 .
There's no way to get a given reaction with the GitHub REST API.