jenkinsci / pipeline-github-plugin

Pipeline: GitHub
https://plugins.jenkins.io/pipeline-github/
MIT License
159 stars 73 forks source link

PullRequest comments reactions #125

Open eplodn opened 9 months ago

eplodn commented 9 months ago

What feature do you want to see added?

We'd like to be able to add reactions to the pull request comments.

We have a fleet of Jenkins masters and they are triggered by a comment left on PR. The PR author writes a comment please rebuild and each master on the fleet is responding with its own comment. This quickly leads to visual clutter because of large amount of comments on the PR.

What we'd like to do is have our Jenkins masters — instead of writing their comment — add a "+1" reaction to the PR author's comment.

E.g.

comment.createReaction('rocket')

Upstream changes

No response

Are you interested in contributing this feature?

No response