Skip to content

Process PullRequestReviewCommentEvent properly #10

Closed
@mattxwang

Description

@mattxwang

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:

  1. Inspect the structure of a PullRequestReviewCommentEvent; see the Activity API for GitHub's REST API and the REST Endpoint that we hit
  2. Add a case statement for PullRequestReviewCommentEvent in GitHubEventAction.tsx
  3. 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:

function GitHubEventAction({type, payload}: GitHubEventActionProps): JSX.Element {

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions