Fix bitbucket trigger validation for commits without authors
This commit is contained in:
parent
6e94f63a51
commit
85ed745433
4 changed files with 382 additions and 1 deletions
|
@ -92,7 +92,6 @@ BITBUCKET_WEBHOOK_PAYLOAD_SCHEMA = {
|
|||
'required': ['username'],
|
||||
},
|
||||
},
|
||||
'required': ['user'],
|
||||
},
|
||||
'links': {
|
||||
'type': 'object',
|
||||
|
|
Reference in a new issue