You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.
I'm not actively adding new features to lgtm (it is not abandoned, I just have some larger and more demanding open source projects I need to focus on right now) but am open to a pull request for this specific feature. The pull request would probably have to include:
ability to enable reactions via the .lgtm file
if enabled, make the API call to get all reactions for the parent issue/comment
calculate approvals based on reactions instead of comment text
We probably need to specify the limitation that the reactions would need to come from the parent comment, since making an API call for each individual comment to get the reactions is probably not viable due to API throttling, and to some lesser extent resource utilization.
note that we also need to see if GitHub provides a hook for reactions. Right now I don't see any documentation that reactions trigger a hook which would be required to notify LGTM https://developer.github.com/v3/activity/events/types/
I didn't look exhaustively but will do some more research and post back here.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would be cool to support reactions to the initial PR comment instead of adding a new comment.
https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments
The text was updated successfully, but these errors were encountered: