Skip to content
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

send correct message value for comment event, add more types of comment event #39

Open
wants to merge 119 commits into
base: master
Choose a base branch
from

Conversation

JeffZhang02747
Copy link

This will issue #38 .
Reason why commentEvent are not displayed and played sound is that, data.body is NULL,
passing data.payload.comment.body instead.

handle PullRequestReviewCommentEvent and CommitCommentEvent as commentEvent.

update html accordingly.

debugger22 and others added 27 commits October 8, 2016 00:15
Add a feature to filter out events of specified repos/orgs
The GitHub API doesn't actually return `action = merged' when a PR
is merged; it just sets `pull_request.merged = true'.

From the Description field for the Action key:
https://developer.github.com/v3/activity/events/types/#pullrequestevent
With this commit each event has a proper link directing to the actual
event, except PushEvents which direct to the repo since there isn't
any available link to the commits.
Mixed improvements on server and client
Change project name and add a disclaimer as suggested by GitHub
@debugger22
Copy link
Owner

I'll test it locally and then let you know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants