Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ceca07

Browse filesBrowse files
authored
Merge pull request hub4j#363 from PauloMigAlmeida/master
Add missing event types used by repository webhooks
2 parents 4d277cc + 4abe870 commit 7ceca07
Copy full SHA for 7ceca07

File tree

Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed

‎src/main/java/org/kohsuke/github/GHEvent.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHEvent.java
+13Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,30 @@ public enum GHEvent {
2121
FORK_APPLY,
2222
GIST,
2323
GOLLUM,
24+
INSTALLATION,
25+
INSTALLATION_REPOSITORIES,
2426
ISSUE_COMMENT,
2527
ISSUES,
28+
LABEL,
29+
MARKETPLACE_PURCHASE,
2630
MEMBER,
31+
MEMBERSHIP,
32+
MILESTONE,
33+
ORGANIZATION,
34+
ORG_BLOCK,
2735
PAGE_BUILD,
36+
PROJECT_CARD,
37+
PROJECT_COLUMN,
38+
PROJECT,
2839
PUBLIC,
2940
PULL_REQUEST,
41+
PULL_REQUEST_REVIEW,
3042
PULL_REQUEST_REVIEW_COMMENT,
3143
PUSH,
3244
RELEASE,
3345
REPOSITORY, // only valid for org hooks
3446
STATUS,
47+
TEAM,
3548
TEAM_ADD,
3649
WATCH,
3750
PING,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.