-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reactions to issue comments response payload #1295
Comments
@ja1984 I'd love to see this land with some preview support. As it looks like the reactions model are the same shape whether it is for issues, issue comments, pull requests or review comments we can roll this out gradually. The first PR can add the model, set the preview header and add some tests - and the others can follow. I've renamed this task to focus on issue comments, and I'll open tasks for the other areas. |
Hey @alfhenrik that's awesome! Just a heads up that some other related changes are occurring in #1335 (for creating and deleting the reactions)... For this issue you'd want to use the same |
I'll get a start on this and add in a few |
Github have added reactions to the issues, comments and pull requests. It would be a really cool feature to have, it's however opt in via header for now.
https://developer.github.com/changes/2016-05-12-reactions-api-preview/
https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue
The text was updated successfully, but these errors were encountered: