mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
According to our logs, some BitBucket enterprise payloads may not contain the name of the user who pushed all the commits.
16 lines
367 B
JSON
16 lines
367 B
JSON
{
|
|
"repository":{
|
|
"name": "Repository name",
|
|
"absolute_url": "kolaszek/repository-name/"
|
|
},
|
|
"commits":[
|
|
{
|
|
"author": "eeshangarg",
|
|
"message": "c\n",
|
|
"raw_node": "25f93d22b719e2d678a7ad5ee0ef0d1fcdf39c12",
|
|
"branch": "master"
|
|
}
|
|
],
|
|
"canon_url": "https://bitbucket.org/"
|
|
}
|