Closed
Description
The PullRequestReviewCommentEvent
occurs frequently enough that it would be nice to have a "translated" version of it on the live feed.
To resolve this, you'll need to:
- Inspect the structure of a
PullRequestReviewCommentEvent
; see the Activity API for GitHub's REST API and the REST Endpoint that we hit - Add a
case
statement forPullRequestReviewCommentEvent
inGitHubEventAction.tsx
- Process the relevant parameters for the statement that we'd like to generate. I would like to see something like:
@mattxwang commented on pull request #309 in uclaacm/website
Where the author, pull request, and repository are linked.
The relevant file is here: