-
Notifications
You must be signed in to change notification settings - Fork 6
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
Process PullRequestReviewCommentEvent
properly
#10
Comments
I'd like to work on this! |
Hi @devtayls, go for it - feel free to open a PR and ask for any help if needed! |
Found this nice documentation and sample: |
@mattxwang PR up. Unfortunately, the linter made me change the quotes in the file in order to commit. I'm guessing that the file hadn't been updated since the linter was introduced. 🤷 |
Sorry, I might be missing something - which quotes changes? I see everything as still single-quoted. Do you mean the spacing? |
Resolves issue #10 Adds `PullRequestReviewComment` to the list of events in `GithubEventAction.tsx`
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:
PullRequestReviewCommentEvent
; see the Activity API for GitHub's REST API and the REST Endpoint that we hitcase
statement forPullRequestReviewCommentEvent
inGitHubEventAction.tsx
Where the author, pull request, and repository are linked.
The relevant file is here:
opensource/components/GitHubEventAction.tsx
Line 12 in 7c44795
The text was updated successfully, but these errors were encountered: