Skip to content

Commit

Permalink
Fixed pullrequest:fullfilled refkey for bitbucket_cloud webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmb82 committed Jan 8, 2025
1 parent ceb2a88 commit d717a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/api/views/webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class BitbucketCloudWebhookReceiver(WebhookReceiverBase):
'repo:push': 'push.changes.0.target.hash',
'pullrequest:created': 'pullrequest.source.commit.hash',
'pullrequest:updated': 'pullrequest.source.commit.hash',
'pullrequest:fulfilled': 'pullrequest.merge_commit.hash',
'pullrequest:fulfilled': 'pullrequest.source.commit.hash',
}

def get_event_type(self):
Expand Down

0 comments on commit d717a5b

Please sign in to comment.