We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78bd758 + 311180d commit 2ab71e8Copy full SHA for 2ab71e8
1 file changed
src/main/java/org/kohsuke/github/GHEvent.java
@@ -12,6 +12,8 @@ public enum GHEvent {
12
COMMIT_COMMENT,
13
CREATE,
14
DELETE,
15
+ DEPLOYMENT,
16
+ DEPLOYMENT_STATUS,
17
DOWNLOAD,
18
FOLLOW,
19
FORK,
@@ -25,6 +27,8 @@ public enum GHEvent {
25
27
PULL_REQUEST,
26
28
PULL_REQUEST_REVIEW_COMMENT,
29
PUSH,
30
+ RELEASE,
31
+ STATUS,
32
TEAM_ADD,
33
WATCH
34
}
0 commit comments