mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Fix the git ref extractor for Gitlab pull requests
This commit is contained in:
parent
08594682a4
commit
aa34984d7c
@ -195,7 +195,7 @@ class GitlabWebhookReceiver(WebhookReceiverBase):
|
||||
event_keys = {
|
||||
'Push Hook': 'checkout_sha',
|
||||
'Tag Push Hook': 'checkout_sha',
|
||||
'Merge Request Hook': 'last_commit.id',
|
||||
'Merge Request Hook': 'object_attributes.last_commit.id',
|
||||
}
|
||||
|
||||
def get_event_type(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user