Fix bitbucket trigger validation for commits without authors

This commit is contained in:
Joseph Schorr 2015-09-25 12:03:21 -04:00
parent 6e94f63a51
commit 85ed745433
4 changed files with 382 additions and 1 deletions

View file

@ -92,7 +92,6 @@ BITBUCKET_WEBHOOK_PAYLOAD_SCHEMA = {
'required': ['username'],
},
},
'required': ['user'],
},
'links': {
'type': 'object',