Skip to content

Commit

Permalink
Merge pull request #58 from rtholmes/master
Browse files Browse the repository at this point in the history
Add support for PULL_REQUEST_REVIEW_COMMENT event types.
  • Loading branch information
kohsuke committed Nov 27, 2013
2 parents 2144100 + 0108a0c commit 9cc9e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/kohsuke/github/GHEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public enum GHEvent {
MEMBER,
PUBLIC,
PULL_REQUEST,
PULL_REQUEST_REVIEW_COMMENT,
PUSH,
TEAM_ADD,
WATCH
Expand Down

0 comments on commit 9cc9e06

Please sign in to comment.