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 64fbdd4

Browse filesBrowse files
Update GHEvent.java
seems we are rehashing this issue: https://issues.jenkins.io/browse/JENKINS-63348 adding `Pull request review thread` and `Merge queue entry` events to avoid breaking auth
1 parent bcb71a3 commit 64fbdd4
Copy full SHA for 64fbdd4

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-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
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public enum GHEvent {
3838
MARKETPLACE_PURCHASE,
3939
MEMBER,
4040
MEMBERSHIP,
41+
MERGE_QUEUE_ENTRY,
4142
META,
4243
MILESTONE,
4344
ORGANIZATION,
@@ -52,6 +53,7 @@ public enum GHEvent {
5253
PULL_REQUEST,
5354
PULL_REQUEST_REVIEW,
5455
PULL_REQUEST_REVIEW_COMMENT,
56+
PULL_REQUEST_REVIEW_THREAD,
5557
PUSH,
5658
REGISTRY_PACKAGE,
5759
RELEASE,

0 commit comments

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