Skip to content

Commit 64fbdd4

Browse 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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines 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)