Skip to content

Commit

Permalink
Merge pull request #204 from lanwen/ping_event
Browse files Browse the repository at this point in the history
add ping event to GH events enum
  • Loading branch information
oleg-nenashev committed Jul 5, 2015
2 parents dd3e739 + 90d1047 commit 698d642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/kohsuke/github/GHEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ public enum GHEvent {
RELEASE,
STATUS,
TEAM_ADD,
WATCH
WATCH,
PING
}

0 comments on commit 698d642

Please sign in to comment.