Skip to content

Commit

Permalink
#428 add support to pr:reviewer:approved event for server 7.x and abo…
Browse files Browse the repository at this point in the history
…ve on manually configurated webhooks
  • Loading branch information
Nicolas Torchaire committed Mar 20, 2024
1 parent cf4056c commit 7259dfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public void process(HookEventType hookEvent, String payload, BitbucketType insta
case SERVER_PULL_REQUEST_MODIFIED:
case SERVER_PULL_REQUEST_REVIEWER_UPDATED:
case SERVER_PULL_REQUEST_FROM_REF_UPDATED:
case SERVER_PULL_REQUEST_APPROVED:
eventType = SCMEvent.Type.UPDATED;
break;
default:
Expand Down

0 comments on commit 7259dfd

Please sign in to comment.